Skip to content

Commit 350afbd

Browse files
committed
removes app ifs by default
1 parent 0741251 commit 350afbd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

timtec/settings_local.py.template

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ SITE_ID = 1
1212
TIMTEC_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+
2021
TERMS_ACCEPTANCE_REQUIRED = False
21-
########################################################################
2222

2323
###### TODO: add any subdomains you need here. ######
2424
###### FIXME: Security warning: accepting from all domains is dangerous

0 commit comments

Comments
 (0)