Hello everybody and thanks in advance for the helpers!
I have created a django project and I want to run it on the server in production mode.
I have set the setting.py DEBUG = False and suddenly some of my CSS files got "missing". Some of the pages, and those pages viewed without style but other pages where viewed properly, although all of my html pages have the same css link. I did my research and found out that when I changed the DEBUG to False django don't handle my static files any more.
Is there any guide for noobies in the servers and web area? Can someone tell me what am I doing wrong ?