django-assistant 1.0.3

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangoassistant 1.0.3

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 :)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.