more bootstrap config stuff
these will be necessary for other jquery things in a moment
This commit is contained in:
parent
85f9ae7d4d
commit
33bf61712e
@ -141,6 +141,13 @@ EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
|
|||||||
EMAIL_FILE_PATH = BASE_DIR
|
EMAIL_FILE_PATH = BASE_DIR
|
||||||
|
|
||||||
|
|
||||||
|
# bootstrap3
|
||||||
|
BOOTSTRAP3 = {
|
||||||
|
'include_jquery': True,
|
||||||
|
'javascript_in_head': True,
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# registration
|
# registration
|
||||||
LOGIN_REDIRECT_URL = reverse_lazy('index')
|
LOGIN_REDIRECT_URL = reverse_lazy('index')
|
||||||
ACCOUNT_ACTIVATION_DAYS = 7
|
ACCOUNT_ACTIVATION_DAYS = 7
|
||||||
|
Loading…
Reference in New Issue
Block a user