Commit aa301dad28d7e15bb63a756203dea38ef0fd23b8
1 parent
9e2a7a8a
Exists in
master
and in
5 other branches
Debug false :p #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 = True | |
31 | +DEBUG = False | |
32 | 32 | |
33 | 33 | |
34 | 34 | # Application definition | ... | ... |