fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed faulty debug
[redakcja.git]
/
platforma
/
settings.py
diff --git
a/platforma/settings.py
b/platforma/settings.py
old mode 100755
(executable)
new mode 100644
(file)
index
83456f8
..
634d6cb
--- a/
platforma/settings.py
+++ b/
platforma/settings.py
@@
-3,11
+3,13
@@
from os import path
PROJECT_ROOT = path.realpath(path.dirname(__file__))
PROJECT_ROOT = path.realpath(path.dirname(__file__))
-DEBUG =
Tru
e
+DEBUG =
Fals
e
TEMPLATE_DEBUG = DEBUG
TEMPLATE_DEBUG = DEBUG
+MAINTENANCE_MODE = False
+
ADMINS = (
ADMINS = (
- (u'Marek Stępniowski', 'marek@stepniowski.com'),
+
#
(u'Marek Stępniowski', 'marek@stepniowski.com'),
(u'Łukasz Rekucki', 'lrekucki@gmail.com'),
)
(u'Łukasz Rekucki', 'lrekucki@gmail.com'),
)