From c1063478aa989685b300c383580fc4ffc8b89f27 Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 29 Dec 2007 15:07:19 -0800 Subject: Moved common to public --- settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 8a85c98d..1c858ea0 100644 --- a/settings.py +++ b/settings.py @@ -75,7 +75,7 @@ TEMPLATE_DIRS = ( # Set django's User stuff to use our profile model # format is app.model -AUTH_PROFILE_MODULE = 'common.UserProfile' +AUTH_PROFILE_MODULE = 'public.UserProfile' INSTALLED_APPS = ( 'django.contrib.auth', @@ -83,7 +83,6 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', - 'archweb_dev.common', 'archweb_dev.news', 'archweb_dev.packages', 'archweb_dev.public', -- cgit v1.2.3-55-g3dc8