X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ec5b493bff5efa683aadf5f78aa891eff3550156..8132fc186eb0c5fd02c86828c3a4735754296d02:/redakcja/wsgi.py diff --git a/redakcja/wsgi.py b/redakcja/wsgi.py index cd69a922..5ffd742e 100755 --- a/redakcja/wsgi.py +++ b/redakcja/wsgi.py @@ -8,12 +8,10 @@ ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) sys.path = [ ROOT, os.path.join(ROOT, 'apps'), - os.path.join(ROOT, 'lib'), - os.path.join(ROOT, 'lib/librarian'), ] + 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.