Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#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 Mariusz Felisiak, 3 years ago

Cc: Carlton Gibson Tom Forbes added
Component: UncategorizedUtilities
Resolution: needsinfo
Status: newclosed
Summary: Debug server autorefresh brokenAutoreloader doesn't work on Windows 10.
Type: UncategorizedBug

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.

comment:2 by Carlton Gibson, 3 years ago

Resolution: needsinfoworksforme

Testing with Django 3.2 and Python 3.8 on Windows 10, this works for me.

comment:3 by Jan Staal, 3 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.

comment:4 by Carlton Gibson, 3 years ago

Thanks for the confirmation Jan.

Note: See TracTickets for help on using tickets.
Back to Top