From 706152de89a8c64ebbfb6d91bcafe7a8616f4cef Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 29 Dec 2007 18:21:10 -0800 Subject: Moved some things around. --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') 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', -- cgit v1.2.3-55-g3dc8