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
Add “django_assistant” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'django_assistant', ]Include the polls URLconf in your project urls.py like this:
url(r'^django_assistant/', include('django_assistant.urls')),Run python manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000/django_assistant/ and start wondering how you lived without it :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_assistant-0.9.92-py2-none-any.whl.
File metadata
- Download URL: django_assistant-0.9.92-py2-none-any.whl
- Upload date:
- Size: 383.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abcc54c3153f2c4ad1ffae875961563332104d9907b2a32e043d0f83f6280b32
|
|
| MD5 |
036600b51c3a8e5075b4b1130f828aac
|
|
| BLAKE2b-256 |
6d7f7e04b7b65927db90cb6f2484b7e4a8bf2204a17fb819f765f656d912760b
|