mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-03 20:00:16 -04:00
fixed staticfiles
This commit is contained in:
parent
72b93c7d89
commit
7d8d820eca
|
@ -136,9 +136,7 @@ USE_TZ = True
|
|||
# https://docs.djangoproject.com/en/3.0/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, "static"),
|
||||
]
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
|
||||
|
||||
CRISPY_TEMPLATE_PACK = 'bootstrap4'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user