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
Christopher M Reffett
go
Commits
cff18d7b
Commit
cff18d7b
authored
Aug 26, 2014
by
Jean Michel Rouly
Browse files
Removed debug flag.
parent
ad5d40f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/settings/settings.py
View file @
cff18d7b
...
...
@@ -13,7 +13,7 @@ import secret
import
os
BASE_DIR
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
__file__
))
DEBUG
=
Tru
e
DEBUG
=
Fals
e
TEMPLATE_DEBUG
=
DEBUG
ADMINS
=
(
...
...
@@ -69,6 +69,7 @@ MEDIAFILES_DIRS = (
STATIC_URL
=
'/static/'
STATIC_ROOT
=
os
.
path
.
join
(
BASE_DIR
,
'static/'
)
STATICFILES_DIRS
=
(
'static/'
,
)
...
...
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