wsgi templates fix
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 5 Jul 2010 16:15:17 +0000 (18:15 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 5 Jul 2010 16:15:17 +0000 (18:15 +0200)
wolnelektury.wsgi.template
wolnelektury.wsgi.tmpl

index 76e3903..5535819 100644 (file)
@@ -16,6 +16,7 @@ sys.path = [
        '%(path)s/releases/current',
        '%(path)s/releases/current/apps',
        '%(path)s/releases/current/lib',
+    '%(path)s/releases/current/lib/librarian',
 ] + sys.path
 
 # Run Django
index 6b772f3..a27cbb4 100644 (file)
@@ -14,6 +14,7 @@ sys.stdout = sys.stderr
 sys.path = [
     '$PROJECT_ROOT',
        '$PROJECT_ROOT/lib',
+    '$PROJECT_ROOT/lib/librarian',
        '$PROJECT_ROOT/apps',
 ] + sys.path