File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ SITE_ID = 1
1212TIMTEC_THEME = 'ifs-colors'
1313
1414###### TODO: Remove this block if you don't want to use ifs app ######
15- INSTALLED_APPS = list(INSTALLED_APPS)
16- INSTALLED_APPS.insert(INSTALLED_APPS.index('accounts') + 1, 'ifs')
17- ACCOUNT_SIGNUP_FORM_CLASS = 'ifs.forms.IfSignupForm'
18- AUTH_USER_MODEL = 'ifs.IfUser'
19- ACCOUNT_FORMS = {'login': 'ifs.forms.IfLoginForm'}
15+ # INSTALLED_APPS = list(INSTALLED_APPS)
16+ # INSTALLED_APPS.insert(INSTALLED_APPS.index('accounts') + 1, 'ifs')
17+ # ACCOUNT_SIGNUP_FORM_CLASS = 'ifs.forms.IfSignupForm'
18+ # AUTH_USER_MODEL = 'ifs.IfUser'
19+ # ACCOUNT_FORMS = {'login': 'ifs.forms.IfLoginForm'}
20+
2021TERMS_ACCEPTANCE_REQUIRED = False
21- ########################################################################
2222
2323###### TODO: add any subdomains you need here. ######
2424###### FIXME: Security warning: accepting from all domains is dangerous
You can’t perform that action at this time.
0 commit comments