Use whitenoise to serve static files from a local folder. then in settings make it like this:
STATIC_ROOT = BASE_DIR / "staticfiles"