Skip to main content

A Django app to conduct Web-based polls.

Project description

Polls is a 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 “app” to your INSTALLED_APPS setting like this:

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

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

  4. Start the development server and visit http://127.0.0.1:8000/env/ to create a poll (you’ll TODO).

  5. Visit http://127.0.0.1:8000/env/

  6. visit demo site https://bygregonline.github.io/react_env_sample/

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_environment_vars-0.104b0.tar.gz (205.1 kB view details)

Uploaded Source

File details

Details for the file django_environment_vars-0.104b0.tar.gz.

File metadata

  • Download URL: django_environment_vars-0.104b0.tar.gz
  • Upload date:
  • Size: 205.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for django_environment_vars-0.104b0.tar.gz
Algorithm Hash digest
SHA256 ed587a29b23b483d1f0da66ec6bbc5bb781f2e0924907ec82f877fbdd2f5f8c4
MD5 51bda2d93949cd325cb8e62e37823b37
BLAKE2b-256 94f345e6e17bed86f6522917c657034418e0a05305ce2d69fe81f2fcfd80b069

See more details on using hashes here.

Supported by

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