A Django app to conduct web-based polls.
Project description
#ToDO
Quick start
Add “polls” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'jw-nx', ]Include the polls URLconf in your project urls.py like this:
path('polls/', include('jw_nx.urls')),Run python manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).
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
jw-nx-1.0.tar.gz
(16.0 kB
view details)
File details
Details for the file jw-nx-1.0.tar.gz.
File metadata
- Download URL: jw-nx-1.0.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75270314575ba9f07a1f3686b37d2c3aa8e25f818fc16b80d33fe3f7a8af27c8
|
|
| MD5 |
a43c455f85191821f02f36243291c627
|
|
| BLAKE2b-256 |
0f538ffd9d62242cb275d686fc23f571f08d8e603512cf28b11f87e2d132e88b
|