Django Static files

CSS & JS

Rio Weber
riow
1 min readMay 8, 2018

--

1. Create a new folder “static” in the root of the main project.
Same level as the “templates” directory.

2. Add this code to your base template file (__base.html).

3. Use this to load the files.

4. Add this to your settings.py file.

./End

--

--