X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/31006b86a2e9883d8a4c5fe18128821b325773ab..055beb6288dc307702d952431bf5775c7f0e34f4:/redakcja/wsgi.py?ds=sidebyside 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.