diff -r 4976650293f4 -r f0b5ff862c6d settings.py --- a/settings.py Fri Sep 25 00:55:37 2009 +0530 +++ b/settings.py Fri Sep 25 23:54:25 2009 +0530 @@ -55,6 +55,8 @@ # Make this unique, and don't share it with anybody. SECRET_KEY = '(ob412sq1npyyuvfi*b@eby$ip=1rfl*l*b%8f4&l@)3iu$&4#' +AUTH_PROFILE_MODULE = 'conference.participant' + # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = ( 'django.template.loaders.filesystem.load_template_source', @@ -83,4 +85,7 @@ 'django.contrib.sessions', 'django.contrib.sites', 'scipy.conference', + 'registration', ) + +ACCOUNT_ACTIVATION_DAYS = 0