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.2.tar.gz
(2.2 kB
view details)
File details
Details for the file django-pico-0.0.2.tar.gz
.
File metadata
- Download URL: django-pico-0.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c960e910d2fdf1cc0f706f8bed46b435bb935c8e74845991634511ff558c9908
|
|
MD5 |
07d20a591cecea01774123af09147084
|
|
BLAKE2b-256 |
fe7f15a537b5164fcdd7503175b7e77ecf6b272620db09da300d6f584a25c952
|