X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7319409f3463bce5b12e72a6ba18580ec9a9c029..03ac012472fcaa2c0d8011ff8e71a2d861d75575:/redakcja/wsgi.py?ds=sidebyside

diff --git a/redakcja/wsgi.py b/redakcja/wsgi.py
index cd69a922..b00ec5cc 100755
--- 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
 
@@ -13,7 +17,7 @@ sys.path = [
 ] + sys.path
 
 
-os.environ.setdefault("DJANGO_SETTINGS_MODULE", "redakcja.localsettings")
+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.