mirror of
https://github.com/Rushilwiz/pushup-contest.git
synced 2025-04-21 17:09:49 -04:00
fixing static
This commit is contained in:
parent
9fe4a6b707
commit
dfd2fac13c
|
@ -128,9 +128,7 @@ USE_TZ = True
|
||||||
# https://docs.djangoproject.com/en/3.1/howto/static-files/
|
# https://docs.djangoproject.com/en/3.1/howto/static-files/
|
||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
STATICFILES_DIRS = (
|
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
|
||||||
os.path.join(BASE_DIR, 'static'),
|
|
||||||
)
|
|
||||||
|
|
||||||
CRISPY_TEMPLATE_PACK = 'bootstrap4'
|
CRISPY_TEMPLATE_PACK = 'bootstrap4'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user