diff gpp/apache/sg101.wsgi @ 499:1a09a7bea000

For #236, switch to a settings package scheme.
author Brian Neal <bgneal@gmail.com>
date Wed, 30 Nov 2011 02:41:18 +0000
parents 04dcbf008bcc
children 5794e3414596
line wrap: on
line diff
--- a/gpp/apache/sg101.wsgi	Thu Nov 24 21:27:07 2011 +0000
+++ b/gpp/apache/sg101.wsgi	Wed Nov 30 02:41:18 2011 +0000
@@ -32,7 +32,7 @@
 
 
 if not OFFLINE:
-   os.environ['DJANGO_SETTINGS_MODULE'] = 'gpp.settings'
+   os.environ['DJANGO_SETTINGS_MODULE'] = 'gpp.settings.production'
    import django.core.handlers.wsgi
    application = django.core.handlers.wsgi.WSGIHandler()
 else: