fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes #814: 404 when no html
[wolnelektury.git]
/
wolnelektury
/
manage.py
diff --git
a/wolnelektury/manage.py
b/wolnelektury/manage.py
index
93b2805
..
309a56e
100755
(executable)
--- a/
wolnelektury/manage.py
+++ b/
wolnelektury/manage.py
@@
-2,7
+2,7
@@
import os.path
import sys
-ROOT = os.path.
abspath(os.path.dirname(os.path.dirname
(__file__)))
+ROOT = os.path.
dirname(os.path.dirname(os.path.abspath
(__file__)))
# Add apps and lib directories to PYTHONPATH
sys.path = [