settings.py
changeset 47 4e059a4220cc
parent 42 9b5b8c997598
child 48 8670846be981
equal deleted inserted replaced
46:7dd834f5f493 47:4e059a4220cc
    72     './templates',
    72     './templates',
    73 )
    73 )
    74 
    74 
    75 ACCOUNT_ACTIVATION_DAYS = 5
    75 ACCOUNT_ACTIVATION_DAYS = 5
    76 
    76 
       
    77 LOGIN_REDIRECT_URL = '/'
       
    78 
    77 INSTALLED_APPS = (
    79 INSTALLED_APPS = (
    78     'django.contrib.auth',
    80     'django.contrib.auth',
    79     'django.contrib.contenttypes',
    81     'django.contrib.contenttypes',
    80     'django.contrib.sessions',
    82     'django.contrib.sessions',
    81     'django.contrib.sites',
    83     'django.contrib.sites',