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.1.tar.gz
(2.1 kB
view details)
File details
Details for the file django-pico-0.0.1.tar.gz
.
File metadata
- Download URL: django-pico-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4b6fee6b2ab705d35f1ecb5d10594ba2129b8aa8b63d3f6e7736b2dbb39dcb58
|
|
MD5 |
6cb0d99fa989ffb866202dbe0e3c38d3
|
|
BLAKE2b-256 |
0d21f24b9203a04ee04e669f49f59685480eb77b963a5e120310374d1e799edc
|