Django application to display useful information about a Django project.
-
Add 'django_info' to INSTALLED_APPS
-
Add url(r'^django/', include('django_info.urls')) to the global urls.py
-
Visit the url /django/info/
Django application to display useful information about a Django project.
Django application to display useful information about a Django project.
Add 'django_info' to INSTALLED_APPS
Add url(r'^django/', include('django_info.urls')) to the global urls.py
Visit the url /django/info/
Django application to display useful information about a Django project.
MIT License