Merge branch 'enable-debugging' into 'master'
Enable debugging by default in example_project

People trying out postorius or developers should see the exact errors.  
The example_project is not intended for production use and the DEBUG setting has a comment saying that it shouldn't be turned on in production environments.

See merge request !181
commit c95e5ca1ccd3ad1dc5f9dd881cc1fb1f4654f9da
2 parents fd5939c + 3f76ffd
@Abhilash Raj Abhilash Raj authored on 27 Aug 2016
Showing 1 changed file
View
2
■■■
example_project/settings.py
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = '$!-7^wl#wiifjbh)5@f7ji%x!vp7s1vzbvwt26hxv$idixq0u0'
 
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True
 
ADMINS = (
#('Admin', 'webmaster@example.com'),
)