more bootstrap config stuff

these will be necessary for other jquery things in a moment
This commit is contained in:
Brian S. Stephan 2016-03-30 17:05:26 -05:00
parent 85f9ae7d4d
commit 33bf61712e
1 changed files with 7 additions and 0 deletions

View File

@ -141,6 +141,13 @@ EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
EMAIL_FILE_PATH = BASE_DIR
# bootstrap3
BOOTSTRAP3 = {
'include_jquery': True,
'javascript_in_head': True,
}
# registration
LOGIN_REDIRECT_URL = reverse_lazy('index')
ACCOUNT_ACTIVATION_DAYS = 7