summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index 8a85c98..1c858ea 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',