I have weird question, but can anyone know what happened?
I have made Django app and everything worked fine, and then restarted server and start again Django with command:
And then static files do not loaded (CSS, images ...)... I get 404 error. What happened??? Please help... Maybe I have to run it on the other way? I really do not know what happened, because everything worked fine, and then after I started that again everything go wrong..
nohup python manage.py runserver 0.0.0.0:8000 &
This is the command that I used to start django (server) again..