manage.py server running twice internally

31 Views Asked by At

why while executing the command manage.py runserver in my project server runs twice.How to fix the issue.but while using --noreload this issue not arises but during api testing server doesnot respond.Shwoing file path not found. command:-py manage.py runserver output:- manage.py is being executed. Hello manage.py is being executed. Hello Watching for file changes with StatReloader Performing system checks...

command:-py manage.py runserver output:- manage.py is being executed. Hello manage.py is being executed. Hello Watching for file changes with StatReloader Performing system checks...

0

There are 0 best solutions below