settings.py
changeset 8 f0b5ff862c6d
parent 7 4976650293f4
child 12 243a7e90f3c3
--- 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