Skip to main content

Basic Framework Web-based.

Project description

Base is a Django app to conduct Web-based base. For each question, visitors can choose between a fixed number of answers.

Detailed documentation is in the “docs” directory.

Quick start

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

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

    url(r'^base/', include('base.urls')),
  3. Run python manage.py migrate to create the base models.

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

  5. Visit http://127.0.0.1:8000/base/ to participate in the base.

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

me-django-base-1.0.3.tar.gz (10.3 MB view details)

Uploaded Source

File details

Details for the file me-django-base-1.0.3.tar.gz.

File metadata

  • Download URL: me-django-base-1.0.3.tar.gz
  • Upload date:
  • Size: 10.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.7

File hashes

Hashes for me-django-base-1.0.3.tar.gz
Algorithm Hash digest
SHA256 21f18a3531f3d8a0ff26d2d1376f47755fde060ab1fdb22d48ce175082ebfb9c
MD5 3e0e4b99062b5e95192fb97867842371
BLAKE2b-256 6eac72eabe3d11dadfc8272f449eec582418b2667e4952f744bb1dc320739eda

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