Whenever I start the Django development server, I would get this issue LiveReload exception: <urlopen error [Errno 61] Connection refused>
The server would still run and render my site but I cannot use the livereload module.
I tried uninstalling and reinstalling django-livereload but it does not help. In addition, when I try to run this command: python3 manage.py livereload
. It said unknown command:'livereload'