A simple Django app to conduct Web-based polls.
Project description
=====
dpcanvas
=====
Django app.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "dpcanvas" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'dpcanvas',
]
2. Include the polls URLconf in your project urls.py like this::
url(r'^polls/', include('polls.urls')),
3. Run `python manage.py migrate` to create the dpcanvas models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.
dpcanvas
=====
Django app.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "dpcanvas" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'dpcanvas',
]
2. Include the polls URLconf in your project urls.py like this::
url(r'^polls/', include('polls.urls')),
3. Run `python manage.py migrate` to create the dpcanvas models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a poll (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.
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
dpcanvas-0.0.4.tar.gz
(4.1 kB
view details)
File details
Details for the file dpcanvas-0.0.4.tar.gz.
File metadata
- Download URL: dpcanvas-0.0.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d5f147ff5a0fd2610dea90ca5b1e675a99630bbda85f0308556e74331c7bfd3
|
|
| MD5 |
49abbee5baaaccc0e5983b0d385d5351
|
|
| BLAKE2b-256 |
b0bbfca9a135cfebfb1445d89738796f85e35217d0ff493956a16b281508968c
|