-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to change the port exactly? #46
Comments
I am also running to this same issue. The |
Looks like I found the answer to this exact issue. From the docs:
Looks like you are not installing this above the "staticfiles" app |
After some further investigation, the only way that I could reliably set the port to affect the script in the middleware and the livereload server itself was in the settings. I added |
so the docs need updating |
If I were the maintainer, I would remove the That's why I think it makes sense to just drop these parameters, and just set all of these settings under the |
I want to change the ports used. What do I run exactly?
I tried
the second complains
manage.py runserver: error: unrecognized arguments: --livereload-port 9090
The text was updated successfully, but these errors were encountered: