diff options
author | eliott <eliott@cactuswax.net> | 2007-12-29 15:07:19 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-29 15:07:19 -0800 |
commit | c1063478aa989685b300c383580fc4ffc8b89f27 (patch) | |
tree | 1b04ff152d3e2d3bd261e4a797e5862c1eb30f70 /settings.py | |
parent | 28bc93261ef027d5c175de3d87c15b818543e151 (diff) |
Moved common to public
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
1 files changed, 1 insertions, 2 deletions
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', |