Skip to main content

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

  1. Add “django_ops” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django_ops',
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path('ops/', include('django_ops.urls')),
  3. Run python manage.py migrate to create the polls models.

  4. Start the development server.

  5. 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)

Uploaded Source

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

Hashes for django_ops-0.4.6.tar.gz
Algorithm Hash digest
SHA256 e9bf2b3e396046d071de0d24f15311b2053ce5582b3023bfb3f547993779afb1
MD5 dc9f7d5c94248f5165bde0905b79feeb
BLAKE2b-256 d2b98879b830bf95c23459f4423687a12dbb11ed2cff0a6736aaa059602b5ccb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page