From: Magnus Hagander Date: Mon, 18 May 2009 20:47:33 +0000 (-0400) Subject: Update one more namespace for the admin conflict fix X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f97c44df90a08b5c7c524b08db519d527cb9bd51;p=hamn.git Update one more namespace for the admin conflict fix --- diff --git a/hamnadmin/admin.wsgi b/hamnadmin/admin.wsgi index 67e7d9c..c31dfd5 100644 --- a/hamnadmin/admin.wsgi +++ b/hamnadmin/admin.wsgi @@ -1,6 +1,6 @@ import os, sys -os.environ['DJANGO_SETTINGS_MODULE'] = 'admin.settings' +os.environ['DJANGO_SETTINGS_MODULE'] = 'hamnadmin.settings' import django.core.handlers.wsgi application = django.core.handlers.wsgi.WSGIHandler()