changeset 22 | 8b891483e052 |
parent 7 | 9e963a791df1 |
child 23 | d736049a518f |
21:3efb40900b87 | 22:8b891483e052 |
---|---|
98 # Uncomment the next line to enable admin documentation: |
98 # Uncomment the next line to enable admin documentation: |
99 # 'django.contrib.admindocs', |
99 # 'django.contrib.admindocs', |
100 ) |
100 ) |
101 |
101 |
102 AUTH_PROFILE_MODULE = 'profile.Profile' |
102 AUTH_PROFILE_MODULE = 'profile.Profile' |
103 |
|
104 #django-registration |
|
105 ACCOUNT_ACTIVATION_DAYS = 7 |
|
106 DEFAULT_FROM_EMAIL = 'Admin <admin@fossee.in>' |
|
107 |