2024-01-21
Created Jan. 21, 2024, 8:32 p.m.
Modified Dec. 4, 2024, 4:05 p.m.
Goal
Figure out why the CSS sheets weren't loading.
Notes
I noticed that the CSS wasn't being loaded in any of the apps in the DIMMiN App (specifically in the Taskmaster App and the About App). I found out that I wasn't adding the additional CSS required in the base.html
Django Template.
Results
- Fixed the CSS to serve to the
base.html
Django Template.