A simple Django app to conduct Web-based polls.
Project description
=====
dpauth
=====
Django app.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "dpauth" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'dpauth',
]
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 dpauth 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.
dpauth
=====
Django app.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "dpauth" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'dpauth',
]
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 dpauth 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
dpauth-0.0.1.tar.gz
(3.0 kB
view details)
File details
Details for the file dpauth-0.0.1.tar.gz.
File metadata
- Download URL: dpauth-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81449beabb9a6b83860b13befeb0e1e5df6bf65706223aaa525db22da2bfabaf
|
|
| MD5 |
bb95fb6f598ade976c7285598c04d1ad
|
|
| BLAKE2b-256 |
58a7295c624a856bb2a3dcd2716f53d91a24a81abfe876365ab977fd1dfba30f
|