how to config django templates with pathlib code example
Example: how to config django templates with pathlib
STATICFILES_DIRS = [
BASE_DIR / "static",
'/var/www/static/',
]
STATICFILES_DIRS = [
BASE_DIR / "static",
'/var/www/static/',
]