Skip to content

Commit 7021dc0

Browse files
authored
Merge pull request #26 from farooq13/base
Base
2 parents d9d4886 + 65cf212 commit 7021dc0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
-41 Bytes
Binary file not shown.

trendy/settings.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@
2020

2121
# SECURITY WARNING: don't run with debug turned on in production!
2222

23-
if ENVIROMENT == 'development':
24-
DEBUG = True
25-
else:
26-
DEBUG = False
23+
DEBUG = True
24+
# if ENVIROMENT == 'development':
25+
# DEBUG = True
26+
# else:
27+
# DEBUG = True
2728

2829
ALLOWED_HOSTS = ['*']
2930

0 commit comments

Comments
 (0)