Django web application is running with debug mode turned on. One of the main features of debug mode is the display of detailed error pages.
If the app raises an exception when DEBUG is enabled, Django will display a detailed trackback, including a lot of metadata about your environment, such as all the currently defined Django settings from settings.py