M.K.Dan
0
Q:

django settings

INSTALLED_APPS = [
	'crispy_forms',
]

'DIRS': [BASE_DIR / 'templates'],

# Bottom of Page
LOGIN_URL = 'login'
LOGIN_REDIRECT_URL = 'home'
LOGOUT_REDIRECT_URL = 'home'

STATIC_ROOT = BASE_DIR / 'static'

CRISPY_TEMPLATE_PACK = 'bootstrap4'
0

New to Communities?

Join the community