update librarian
[redakcja.git] / redakcja / wsgi.py
index cd69a92..62743d6 100755 (executable)
@@ -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.