]> git.ozlabs.org Git - patchwork/blobdiff - lib/apache2/patchwork.wsgi
Update documentation and default settings to suit patchwork deployment model
[patchwork] / lib / apache2 / patchwork.wsgi
index 02d581d0e948c04b27748594ffcea69036aa91de..efa870bc5d3503ad64c69c17f50604ff6ce88274 100644 (file)
@@ -13,7 +13,7 @@ basedir = os.path.join(
     os.path.dirname(__file__), os.path.pardir, os.path.pardir)
 sys.path.append(basedir)
 
     os.path.dirname(__file__), os.path.pardir, os.path.pardir)
 sys.path.append(basedir)
 
-os.environ['DJANGO_SETTINGS_MODULE'] = 'patchwork.settings.prod'
+os.environ['DJANGO_SETTINGS_MODULE'] = 'patchwork.settings.production'
 
 from django.core.wsgi import get_wsgi_application
 application = get_wsgi_application()
 
 from django.core.wsgi import get_wsgi_application
 application = get_wsgi_application()