diff options
author | eliott <eliott@cactuswax.net> | 2007-12-29 18:21:10 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-29 18:21:10 -0800 |
commit | 706152de89a8c64ebbfb6d91bcafe7a8616f4cef (patch) | |
tree | 619feb7b8fd09eef6e05ec5662d846461de269ec /settings.py | |
parent | 89659cef5f309d7eb6bc6ca3d4ab84b779c6728d (diff) |
Moved some things around.
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
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', |