rename static_root to staticfiles

This commit is contained in:
Carmen Ngaka Iziasuma 2024-02-09 15:10:07 +01:00
parent c177ab65b1
commit acb88b4c7d

View File

@ -120,7 +120,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/5.0/howto/static-files/
STATIC_URL = 'static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
# Default primary key field type
# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field