We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Every time I open python file in VScode, Django reloads. Says change detected in bunch of files, but in reality I just opened one of them.
django | * Detected change in '/app/config/schema.py', reloading django | * Detected change in '/app/config/urls.py', reloading django | * Restarting with watchdog (inotify)
Works fine in 2.1.9 I saw similar issue, seemed like same as mine, but I still have it in 2.3.1
Thanks
The text was updated successfully, but these errors were encountered:
pallets/werkzeug#2603
Constrain watchdog<2.3 until werkzeug 2.3 releases
Sorry, something went wrong.
Werkzeug 2.3 was just released last week
https://werkzeug.palletsprojects.com/en/2.3.x/changes/#version-2-3-0
Please try upgrading and maybe close this issue if everything works fine
yep, all good , thank you!
No branches or pull requests
Hi,
Every time I open python file in VScode, Django reloads. Says change detected in bunch of files, but in reality I just opened one of them.
Works fine in 2.1.9
I saw similar issue, seemed like same as mine, but I still have it in 2.3.1
Thanks
The text was updated successfully, but these errors were encountered: