#32630 closed Bug (worksforme)
Autoreloader doesn't work on Windows 10.
Reported by: | Jan Staal | Owned by: | nobody |
---|---|---|---|
Component: | Utilities | Version: | 3.2 |
Severity: | Normal | Keywords: | |
Cc: | Carlton Gibson, Tom Forbes | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The debug server of the manage.py script (runserver) no longer picks up code changes since version 3.2.
System: Windows 10
Code changes to the files do not trigger an application reload.
Change History (4)
comment:1 by , 4 years ago
Cc: | added |
---|---|
Component: | Uncategorized → Utilities |
Resolution: | → needsinfo |
Status: | new → closed |
Summary: | Debug server autorefresh broken → Autoreloader doesn't work on Windows 10. |
Type: | Uncategorized → Bug |
comment:2 by , 4 years ago
Resolution: | needsinfo → worksforme |
---|
Testing with Django 3.2 and Python 3.8 on Windows 10, this works for me.
comment:3 by , 4 years ago
I have tried this again and even I am no longer able to reproduce the behaviour.
System: windows 10
Python: 3.9
Ticket can be closed.
Note:
See TracTickets
for help on using tickets.
Thanks for this report, however I don't think you've explained the issue in enough detail to confirm a bug in Django. Can you provide server logs? Does it work for you with Django 3.1.x? Are you using
watchman
? etc. Please reopen the ticket if you can debug your issue and provide details about why and where Django is at fault.