slyapustin / django-classified

Django Classified
https://github.com/slyapustin/django-classified-demo
MIT License
171 stars 77 forks source link

Livereload 404 Error #60

Closed damascene closed 1 year ago

damascene commented 1 year ago

I'm getting these errors in my logs, I've tried to install the package from pip and also the django server package and added it to installed app and middle-ware but that didn't fix it.

[19/Dec/2022 09:22:49] "GET /livereload/128067681/128068068 HTTP/1.1" 404 179
[19/Dec/2022 09:22:52] "GET /livereload/128067681/128068068 HTTP/1.1" 404 179
[19/Dec/2022 09:22:55] "GET /livereload/128067681/128068068 HTTP/1.1" 404 179
[19/Dec/2022 09:22:58] "GET /livereload/128067681/128068068 HTTP/1.1" 404 179

How can I solve it?

slyapustin commented 1 year ago

Hey @damascene , livereload is neither part of that project nor Django itself. Please try to find the documentation on that package in order that issue. Thank you.