settings.py
changeset 8 f0b5ff862c6d
parent 7 4976650293f4
child 12 243a7e90f3c3
equal deleted inserted replaced
7:4976650293f4 8:f0b5ff862c6d
    53 ADMIN_MEDIA_PREFIX = '/media/'
    53 ADMIN_MEDIA_PREFIX = '/media/'
    54 
    54 
    55 # Make this unique, and don't share it with anybody.
    55 # Make this unique, and don't share it with anybody.
    56 SECRET_KEY = '(ob412sq1npyyuvfi*b@eby$ip=1rfl*l*b%8f4&l@)3iu$&4#'
    56 SECRET_KEY = '(ob412sq1npyyuvfi*b@eby$ip=1rfl*l*b%8f4&l@)3iu$&4#'
    57 
    57 
       
    58 AUTH_PROFILE_MODULE = 'conference.participant'
       
    59 
    58 # List of callables that know how to import templates from various sources.
    60 # List of callables that know how to import templates from various sources.
    59 TEMPLATE_LOADERS = (
    61 TEMPLATE_LOADERS = (
    60     'django.template.loaders.filesystem.load_template_source',
    62     'django.template.loaders.filesystem.load_template_source',
    61     'django.template.loaders.app_directories.load_template_source',
    63     'django.template.loaders.app_directories.load_template_source',
    62 #     'django.template.loaders.eggs.load_template_source',
    64 #     'django.template.loaders.eggs.load_template_source',
    81     'django.contrib.auth',
    83     'django.contrib.auth',
    82     'django.contrib.contenttypes',
    84     'django.contrib.contenttypes',
    83     'django.contrib.sessions',
    85     'django.contrib.sessions',
    84     'django.contrib.sites',
    86     'django.contrib.sites',
    85     'scipy.conference',
    87     'scipy.conference',
       
    88     'registration',
    86 )
    89 )
       
    90 
       
    91 ACCOUNT_ACTIVATION_DAYS = 0