settings.py
changeset 212 9f6a6eaf5df3
parent 207 2de52334fe6c
equal deleted inserted replaced
211:9e76ee8c2040 212:9f6a6eaf5df3
    71     # Don't forget to use absolute paths, not relative paths.
    71     # Don't forget to use absolute paths, not relative paths.
    72     './templates',
    72     './templates',
    73 )
    73 )
    74 
    74 
    75 ACCOUNT_ACTIVATION_DAYS = 5
    75 ACCOUNT_ACTIVATION_DAYS = 5
       
    76 DEFAULT_FROM_EMAIL = 'no-reply@pytask.in'
    76 
    77 
    77 LOGIN_REDIRECT_URL = '/'
    78 LOGIN_REDIRECT_URL = '/'
    78 FORCE_LOWERCASE_TAGS = True
    79 FORCE_LOWERCASE_TAGS = True
    79 
    80 
    80 INSTALLED_APPS = (
    81 INSTALLED_APPS = (