fixing static

This commit is contained in:
Rushil Umaretiya 2020-10-19 12:32:27 -04:00
parent 9fe4a6b707
commit dfd2fac13c

View File

@ -128,9 +128,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/3.1/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'