#35907: python manage.py runserver exits with ‘Watching for file changes with
StatReloader Performing system checks’
-------------------------------------+-------------------------------------
Reporter: maricafumagalli | Type: Bug
Status: new | Component:
| Uncategorized
Version: 5.1 | Severity: Normal
Keywords: Watching for file | Triage Stage:
changes with StatReloader | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Hello,
I have a django app on Windows 10 (django 5.0 and python 3.10).
I installed Anaconda to create the specific environment, I managed to
install all required libraries and I copied the related db on my computer.
When I run "python manage.py runserver" or "python manage.py runserver
localhost:8080", it returns this message and quit without giving me error:
''Watching for file changes with StatReloader
Performing system checks...''
If I run "python manage.py check" it doesn't return any error.
I tried also "python manage.py runserver --noreload" but it exited again.
I tried to uninstall and reinstall Anaconda.
I made the same installation on Linux and everything works fine.
Can you help me?
--
Ticket URL: <
https://code.djangoproject.com/ticket/35907>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.