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.2.tar.gz
(3.0 kB
view details)
File details
Details for the file dpauth-0.0.2.tar.gz.
File metadata
- Download URL: dpauth-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88a59d9d7e57d357c8ddc363899dbbc2d83d40c722781c0f08728999c33ca6dd
|
|
| MD5 |
7f45543af3aaefeca1df4e3148622b47
|
|
| BLAKE2b-256 |
7fe1f38ce87eac0b5c00ee149630100b15f32901bc56c9f61e5ed566279b2166
|