A simple Django app to conduct Web-based polls.
Project description
=====
dpuser
=====
Django app.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "dpuser" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'dpuser',
]
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 dpuser 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.
dpuser
=====
Django app.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "dpuser" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'dpuser',
]
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 dpuser 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dpuser-0.0.3.tar.gz
(5.8 kB
view details)
File details
Details for the file dpuser-0.0.3.tar.gz.
File metadata
- Download URL: dpuser-0.0.3.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8aab018c538f3ddba9c64e08fddc6b5b4afc024972fd2b83890cf2b48cc333a4
|
|
| MD5 |
e1d6e1fcda924875779437a6824521a6
|
|
| BLAKE2b-256 |
91d05561dd85f78e01db9f3fe3fc5566c7136cb218d796285b41a70e9a67d8fc
|