How to include static CSS and JS files in your public / directory directly and include them in your templates? code example
Example: staticfiles
STATICFILES_DIRS = [BASE_DIR / 'static']
STATICFILES_DIRS = [BASE_DIR / 'static']