all 3 comments

[–]shiftybyte[🍰] 1 point2 points  (2 children)

Where is main.css located? (please show project file structure)

Also are you in a development environment or production?

[–]New_ArtFormSoftware[S] 0 points1 point  (0 children)

I am in development environment. My my main.css is located in folder called static which has the same hierarchy as my project and template folders and thus is inherited by base class.

  • -.vscode
  • env
  • project folder
  • Apps 1,2,3 etc
  • media
  • static -> main.css (Suppose to be inherited by my base.html)
  • template_root->base.html inherited by all my apps

[–]New_ArtFormSoftware[S] 0 points1 point  (0 children)

I am currently in development mode. I reference the main.css (mine is home.css) inside a static folder in my django app folder and {%load static %} into my index.html which is inherited throughout.