tjwalch/django-livereload-server

404 Not Found

fennecinspace opened this issue · 2 comments

i get 404 Not Found when accessing the localhost from the port using python manage.py livereload

Would you re-read the documentation and let us know if there is a way that the documentation could have been made even more explicit than it already is so that you wouldn't have encountered the issue?

@YPCrumble it works when i use runserver (i can see livereload.js in the head tag).. but it only shows the page,(normal django behavior) when i save the page doesn't reload, how do i solve this ?

the documentation isn't clear at all
it says, do:
pip install django-livereload-server
add the INSTALLED_APP and MIDDLEWARE then do runserver
and go to localhost:8000 .... but when i do that it doesn't reload when saving, nothing happens

please specify that you have to launch 2 servers
do
python manage.py livereload
keep it running and in another console (terminal)
do
python manage.py runserver