A Django wrapper for the Pico web app framework
Project description
1. `pip install django-pico`
2. Add "djpico" to your INSTALLED_APPS setting like this:
```
INSTALLED_APPS = (
...
'djpico',
)
```
3. Include the polls URLconf in your project urls.py like this::
`url(r'^pico/', include('djpico.urls')),`
See [Pico](https://github.com/fergalwalsh/pico/) for more information.
2. Add "djpico" to your INSTALLED_APPS setting like this:
```
INSTALLED_APPS = (
...
'djpico',
)
```
3. Include the polls URLconf in your project urls.py like this::
`url(r'^pico/', include('djpico.urls')),`
See [Pico](https://github.com/fergalwalsh/pico/) for more information.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-pico-0.0.4.tar.gz
(2.2 kB
view details)
File details
Details for the file django-pico-0.0.4.tar.gz
.
File metadata
- Download URL: django-pico-0.0.4.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c58f964db3c57fa704bac34454d51e4b82e44e111af12dd2257d0cf4f63796e0 |
|
MD5 | ef9ca30b7a7fafd71f3839ebeb5e6dc4 |
|
BLAKE2b-256 | 223c8dfd4b9da8758df1f181777d0abdb489dea99f3e7cd7aaab12cf244c1949 |