Questions tagged [django-livereload-server]

This django app adds a management command that starts a livereload server watching all your static files and templates as well as a custom runserver command that issues livereload requests when the development server is ready after a restart.

GitHub page: django-livereload-server

5 questions
2
votes
1 answer

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
2
votes
0 answers

Django live preview without reloading the page

I am looking for live preview solution for Django project so as soon as I do change in the css or java-script files I would see these changes without reloading the page in the browser. My page is html page but it has django tags. I tried the…
Eyla
  • 5,751
  • 20
  • 71
  • 116
1
vote
1 answer

Python Django Livereload Module

Whenever I start the Django development server, I would get this issue LiveReload exception: The server would still run and render my site but I cannot use the livereload module. I tried uninstalling and…
mnbg
  • 13
  • 2
1
vote
2 answers

How do I enable SASS Compiling in Cookiecutter Django?

in the documentation of cookiecutter-django relating to SASS Compiling and Live Reload it's stated that I only have to enter "npm start" (after installing npm of course) in the main project folder to enable Live-Reload and SASS compiling. I was…
0
votes
1 answer

django-livereload-server installation

I am new to django and trying to install django-livereload-server Somewhere in the installation guide, it says: You need to inject the loading of the livereload javascript. You can do this in one of two ways: Through middleware by adding…
Afshin Davoudy
  • 43
  • 2
  • 11