A simple Django app for common django_ops utilities
Project description
Django_Ops is a simple Django app to conduct Web-based polls. For each question, visitors can choose between a fixed number of answers.
Detailed documentation is in the “docs” directory.
Quick start
Add “django_ops” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'django_ops', ]Include the polls URLconf in your project urls.py like this:
path('ops/', include('django_ops.urls')),Run python manage.py migrate to create the polls models.
Start the development server.
Visit http://127.0.0.1:8000/ops/.
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
django_ops-0.4.6.tar.gz
(15.2 kB
view details)
File details
Details for the file django_ops-0.4.6.tar.gz.
File metadata
- Download URL: django_ops-0.4.6.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9bf2b3e396046d071de0d24f15311b2053ce5582b3023bfb3f547993779afb1
|
|
| MD5 |
dc9f7d5c94248f5165bde0905b79feeb
|
|
| BLAKE2b-256 |
d2b98879b830bf95c23459f4423687a12dbb11ed2cff0a6736aaa059602b5ccb
|