fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pipeline bug
[wolnelektury.git]
/
wolnelektury
/
wsgi.py
diff --git
a/wolnelektury/wsgi.py
b/wolnelektury/wsgi.py
index
46ea2fd
..
d688df0
100644
(file)
--- a/
wolnelektury/wsgi.py
+++ b/
wolnelektury/wsgi.py
@@
-7,14
+7,13
@@
ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Add apps and lib directories to PYTHONPATH
sys.path = [
ROOT,
# Add apps and lib directories to PYTHONPATH
sys.path = [
ROOT,
- os.path.join(ROOT, 'wolnelektury'),
os.path.join(ROOT, 'apps'),
os.path.join(ROOT, 'lib'),
os.path.join(ROOT, 'lib/librarian'),
] + sys.path
os.path.join(ROOT, 'apps'),
os.path.join(ROOT, 'lib'),
os.path.join(ROOT, 'lib/librarian'),
] + sys.path
-os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "
wolnelektury.
settings")
# This application object is used by the development server
# as well as any WSGI server configured to use this file.
# This application object is used by the development server
# as well as any WSGI server configured to use this file.