Opened 37 hours ago

Closed 37 hours ago

Last modified 36 hours ago

#35907 closed Bug (invalid)

python manage.py runserver exits with ‘Watching for file changes with StatReloader Performing system checks’

Reported by: Marica Fumagalli Owned by:
Component: Uncategorized Version: 5.1
Severity: Normal Keywords: Watching for file changes with StatReloader
Cc: Marica Fumagalli Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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?

Change History (3)

comment:1 by Tim Graham, 37 hours ago

Resolution: invalid
Status: newclosed

This ticket tracker is used to report bugs in Django. See TicketClosingReasons/UseSupportChannels for ways to get help with usage problems. However, I'm not sure you've provided enough information for someone to determine what's wrong. Maybe if you do a web search, you'd find someone else who encountered the same issue.

comment:2 by Marica Fumagalli, 36 hours ago

Why did you close it? I have searched a lot on the web but I can't find any solution.

comment:3 by Tim Graham, 36 hours ago

This isn't a confirmed bug in Django, and we have no way to reproduce the issue.

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