Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
bab725c0
Commit
bab725c0
authored
Feb 16, 2016
by
Nicholas Anderson
Browse files
Removed now redundant debug variable
parent
5153fe3d
Changes
1
Show whitespace changes
Inline
Side-by-side
go/settings/settings.py.template
View file @
bab725c0
...
@@ -9,7 +9,6 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
...
@@ -9,7 +9,6 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
# DEBUG mode is used to view more details when errors occur
# DEBUG mode is used to view more details when errors occur
# Do not have set True in production
# Do not have set True in production
DEBUG = False
DEBUG = False
TEMPLATE_DEBUG = DEBUG
ADMINS = ()
ADMINS = ()
MANAGERS = ADMINS
MANAGERS = ADMINS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment