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