django static files settings inside a folder code example
Example: add static file in django
STATICFILES_DIRS = [
BASE_DIR / "static",
'/var/www/static/',
]
STATICFILES_DIRS = [
BASE_DIR / "static",
'/var/www/static/',
]