fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed tests to reflect changes in API.
[redakcja.git]
/
redakcja
/
settings
/
common.py
diff --git
a/redakcja/settings/common.py
b/redakcja/settings/common.py
index
24a4258
..
0a3b376
100644
(file)
--- a/
redakcja/settings/common.py
+++ b/
redakcja/settings/common.py
@@
-1,7
+1,7
@@
# -*- coding: utf-8 -*-
import os.path
# -*- coding: utf-8 -*-
import os.path
-PROJECT_ROOT = os.path.realpath(os.path.dirname(
__file__
))
+PROJECT_ROOT = os.path.realpath(os.path.dirname(
os.path.dirname(__file__)
))
DEBUG = False
TEMPLATE_DEBUG = DEBUG
DEBUG = False
TEMPLATE_DEBUG = DEBUG