add STATIC_ROOT

This commit is contained in:
2021-12-24 10:01:25 -06:00
parent cbe94dffc8
commit 99f1ee98c7

View File

@@ -121,7 +121,7 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.2/howto/static-files/
STATIC_ROOT = os.path.join(BASE_DIR, 'benchcoachproject/static')
STATIC_URL = '/static/'
# Default primary key field type