fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix
[redakcja.git]
/
redakcja
/
manage.py
diff --git
a/redakcja/manage.py
b/redakcja/manage.py
index
28b571d
..
7647675
100755
(executable)
--- a/
redakcja/manage.py
+++ b/
redakcja/manage.py
@@
-11,6
+11,7
@@
PROJECT_ROOT = os.path.realpath(os.path.dirname(__file__))
sys.path += [os.path.realpath(os.path.join(*x)) for x in (
(PROJECT_ROOT, '..'),
(PROJECT_ROOT, '..', 'apps'),
sys.path += [os.path.realpath(os.path.join(*x)) for x in (
(PROJECT_ROOT, '..'),
(PROJECT_ROOT, '..', 'apps'),
+ (PROJECT_ROOT, '..', 'lib/librarian'),
(PROJECT_ROOT, '..', 'lib')
)]
(PROJECT_ROOT, '..', 'lib')
)]