fixed staticfiles

This commit is contained in:
Rushil Umaretiya 2020-09-21 19:29:10 -04:00
parent 72b93c7d89
commit 7d8d820eca

View File

@ -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'