Developer assistant for django apps
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.
Built Distribution
Close
Hashes for django_assistant-1.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 115df469b3490356c2c8d7dc12b56b077ba9635bf6cd806949cd150987d78713 |
|
MD5 | 4705ad2b77363c0f94ea6129892a7820 |
|
BLAKE2-256 | 2763d81bc1d21c34882e010283807bdb551baa06ee75e2bd0017c72ff00b72e1 |