statiques
STATICFILES_DIRS = [BASE_DIR / 'static']
Virgin Programmer
STATICFILES_DIRS = [BASE_DIR / 'static']
urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)