Commit 7ece2fea7ceea4cf1f478d6a469a4fff22a1fcdb
1 parent
464014ee
Exists in
master
and in
5 other branches
Debug #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 | 28 | SECRET_KEY = '$=8)c!5)iha85a&8q4+kv1pyg0yl7_xe_x^z=2cn_1d7r0hny4' |
29 | 29 | |
30 | 30 | # SECURITY WARNING: don't run with debug turned on in production! |
31 | -DEBUG = False | |
31 | +DEBUG = True | |
32 | 32 | |
33 | 33 | |
34 | 34 | # Application definition | ... | ... |