Enregistrement des fichiers statiques à Jango
STATICFILES_DIRS = [
BASE_DIR / "static",
'/var/www/static/',
]
Plain Pheasant
STATICFILES_DIRS = [
BASE_DIR / "static",
'/var/www/static/',
]