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.
Release files for django-pico 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-pico-0.0.4.tar.gz | 2.2 kB | Details |
Release files / django-pico-0.0.4.tar.gz
| Download URL | django-pico-0.0.4.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c58f964db3c57fa704bac34454d51e4b82e44e111af12dd2257d0cf4f63796e0
|
|
BLAKE2b-256 checksum How to use checksums |
223c8dfd4b9da8758df1f181777d0abdb489dea99f3e7cd7aaab12cf244c1949
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |