Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

django-livereload-server not working 404 Not Found

I'm using Django 2.0.2, and I want to reload my static files live. i followed these instructions:
https://github.com/tjwalch/django-livereload-server
yet when I do

python manage.py livereload

and access localhost:35729 i get 404: Not Found

like image 834
Mohamed Benkedadra Avatar asked Oct 21 '25 19:10

Mohamed Benkedadra


1 Answers

You have to execute

python manage.py runserver localhost:8000

and then, in other bash execute (same directory):

python manage.py livereload

then access to your project through localhost:8000 in your browser

like image 194
Rashomon Avatar answered Oct 27 '25 07:10

Rashomon



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!