summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-29 18:21:10 -0800
committereliott <eliott@cactuswax.net>2007-12-29 18:21:10 -0800
commit706152de89a8c64ebbfb6d91bcafe7a8616f4cef (patch)
tree619feb7b8fd09eef6e05ec5662d846461de269ec /settings.py
parent89659cef5f309d7eb6bc6ca3d4ab84b779c6728d (diff)
downloadarchweb-706152de89a8c64ebbfb6d91bcafe7a8616f4cef.tar.gz
archweb-706152de89a8c64ebbfb6d91bcafe7a8616f4cef.zip
Moved some things around.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 4f50cd3a..8f170b6c 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 = 'public.UserProfile'
+AUTH_PROFILE_MODULE = 'devel.UserProfile'
INSTALLED_APPS = (
'django.contrib.auth',