saziosu / book-swap

Code Institute: Project 4. Grade: Distinction
https://book-swap-13f900a2d9c7.herokuapp.com/
0 stars 1 forks source link

BUG: Settings.py Debug set to False #18

Closed saziosu closed 10 months ago

saziosu commented 10 months ago

Describe the bug When debug is set to False, the style.css does not load on the front end.

To Reproduce Steps to reproduce the behavior:

  1. Go to settings.py
  2. Set DEBUG = False
  3. Visit the site on the front end
  4. All CSS does not load
saziosu commented 10 months ago

Resolved this by running python3 manage.py collectstatic