X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/31006b86a2e9883d8a4c5fe18128821b325773ab..5e942ab9a9a217a8482a324c3e61fdd83c1c4247:/redakcja/wsgi.py 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.