Home:ALL Converter>Django static files suddenly disappeared 404 error

Django static files suddenly disappeared 404 error

Ask Time:2020-10-17T03:39:30         Author:Questw

Json Formatter

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..

Author:Questw,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/64395399/django-static-files-suddenly-disappeared-404-error
samarmohan :

First, use python manage.py runserver. \nThen, check if DEBUG is True or False. Make sure it is Debug=True. \nLastly, see if you accidentally deleted any static files.",
2020-10-16T19:44:02
yy