target : https://codecov.io/gh/PrimarySite/django-environment-report
Report the environment of your django installation
Sometimes you need a quick look at the internals of your django website
withou having to ssh
into the machine. You need to be a superuser
to
access this view.
Displays the django, python and database versions.
Displays the django settings, confidential information is replaced by stars.
Display the installed python packes and their versions like
pip freeze
.
Displays the migrations that have been applied and when they were applied.
Display information about the system Locale
.
pip install djenvrep
Add url(r'^/admin/settings/', include('djenvrep.urls')),
to your
urls.py
.
Then go to http://localhost:8000/admin/settings/environment-settings/
to view your environment.