Closed liamjdavis closed 2 weeks ago
This pull request includes changes to the access_amherst_backend/settings.py file to configure the handling of static files in the project.
access_amherst_backend/settings.py
Configuration for static files:
STATIC_URL
STATIC_ROOT
collectstatic
STATICFILES_DIRS
This pull request includes changes to the
access_amherst_backend/settings.py
file to configure the handling of static files in the project.Configuration for static files:
STATIC_URL
for serving static files.STATIC_ROOT
to specify the directory forcollectstatic
to copy files.STATICFILES_DIRS
to incorporate app-specific static files.