jfunez / django_info

Django application to display useful information about a Django project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django_info

Django application to display useful information about a Django project.

How to install

  • Add 'django_info' to INSTALLED_APPS

  • Add url(r'^django/', include('django_info.urls')) to the global urls.py

  • Visit the url /django/info/

About

Django application to display useful information about a Django project.

License:MIT License


Languages

Language:Python 100.0%