Commit 4f2f79b411fc365ead471eb40a227aa536da896e

Authored by ailsoncgt
1 parent 25534a8a

Debug false #230

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
amadeus/settings.py
@@ -28,7 +28,7 @@ PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__)) @@ -28,7 +28,7 @@ PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__))
28 SECRET_KEY = '$=8)c!5)iha85a&8q4+kv1pyg0yl7_xe_x^z=2cn_1d7r0hny4' 28 SECRET_KEY = '$=8)c!5)iha85a&8q4+kv1pyg0yl7_xe_x^z=2cn_1d7r0hny4'
29 29
30 # SECURITY WARNING: don't run with debug turned on in production! 30 # SECURITY WARNING: don't run with debug turned on in production!
31 -DEBUG = False 31 +DEBUG = True
32 32
33 33
34 # Application definition 34 # Application definition