settings

Solutions on MaxInterview for settings by the best coders in the world

showing results for - "settings"
Lucas
08 Nov 2020
1INSTALLED_APPS = [
2	'crispy_forms',
3]
4
5'DIRS': [BASE_DIR / 'templates'],
6
7# Bottom of Page
8LOGIN_URL = 'login'
9LOGIN_REDIRECT_URL = 'home'
10LOGOUT_REDIRECT_URL = 'home'
11
12STATIC_ROOT = BASE_DIR / 'static'
13
14CRISPY_TEMPLATE_PACK = 'bootstrap4'
queries leading to this page
settingsur settingssettings