X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/31006b86a2e9883d8a4c5fe18128821b325773ab..0ba24b411f3a582d7688d591c451f307434a2c3a:/redakcja/wsgi.py?ds=inline

diff --git a/redakcja/wsgi.py b/redakcja/wsgi.py
index 10f09018..b00ec5cc 100755
--- a/redakcja/wsgi.py
+++ b/redakcja/wsgi.py
@@ -17,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.