In this video, we will go over how to add static files in Django by adding a css file to one of the templates. We will go over how to set up the settings for the static directories and how to use a template tag to load in the static files. We will also go over the collectstatic command and when you might need to use that.
Starting Code:
https://github.com/legionscript/Djang...
Ending Code:
https://github.com/legionscript/Djang...
Django Static Docs:
https://docs.djangoproject.com/en/3.2...
Legion Script:
http://legionscript.com/