Skip to main content

A simple Django app to conduct Web-based polls.

Project description

django_assistant is a simple Django app to aid developers. Detailed documentation is in the “docs” directory.

Some highlights 1. find the location of a view, model, task 2. api documentation tool

Quick start

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

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

    url(r'^django_assistant/', include('django_assistant.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/django_assistant/ and start wondering how you lived without it :)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_assistant-0.9.6-py2-none-any.whl (367.6 kB view details)

Uploaded Python 2

File details

Details for the file django_assistant-0.9.6-py2-none-any.whl.

File metadata

File hashes

Hashes for django_assistant-0.9.6-py2-none-any.whl
Algorithm Hash digest
SHA256 85c23d2ce8891b64199f6627aeafe7d728a093c0225778be288fbe6d7471eaab
MD5 62b1563f224cc3e5d82435702db116df
BLAKE2b-256 b1c99b81d5075295bd8b80e016de5ac6e656152406a232a3651a06cccb868173

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