Skip to main content

A Django universal model using 4 table .

Project description

universal-model-django is a Django app to conduct web-based polls. For each question, visitors can choose between a fixed number of answers.

Quick start

  1. Add “universal-model-django” to your INSTALLED_APPS setting like this:

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

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

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a universaldjango (you’ll need the Admin app enabled).

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

universaldjango-0.1.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file universaldjango-0.1.tar.gz.

File metadata

  • Download URL: universaldjango-0.1.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.4

File hashes

Hashes for universaldjango-0.1.tar.gz
Algorithm Hash digest
SHA256 89bf9af1464cdff0f9811be36866015bcb208c07e45c9be50fb211603a8dcc7f
MD5 e83f2a5d55b3faf5113a654d8a5ba783
BLAKE2b-256 d3e1588079246af23ed641303fb9cdb60023d37957446a2543b3645cb72f30f7

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