fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
better ordering for tags
[redakcja.git]
/
redakcja
/
wsgi.py
diff --git
a/redakcja/wsgi.py
b/redakcja/wsgi.py
index
cd69a92
..
b00ec5c
100755
(executable)
--- a/
redakcja/wsgi.py
+++ b/
redakcja/wsgi.py
@@
-1,4
+1,8
@@
-import os
+# -*- coding: utf-8 -*-
+#
+# This file is part of MIL/PEER, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
import os.path
import sys
import os.path
import sys
@@
-13,7
+17,7
@@
sys.path = [
] + sys.path
] + sys.path
-os.environ.setdefault("DJANGO_SETTINGS_MODULE", "redakcja.
local
settings")
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "redakcja.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.