X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/30437d70fc4b55561e3da6b187d81db7b4676240..1f2c6cf623a7d52c28e9dcbf5462d30c9e617bb8:/redakcja/wsgi.py diff --git a/redakcja/wsgi.py b/redakcja/wsgi.py index cd69a922..62743d6d 100755 --- a/redakcja/wsgi.py +++ b/redakcja/wsgi.py @@ -13,7 +13,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.