[ad_1]
I’m on Windows 11 and I want to create a website with Django. The terminal that I use is Git Bash and I have a problem when I type the command python manage.py runserver
. When I type it, it says: Watching for file changes with StatReloader but it doesn’t show the typical:
Watching for file changes with StatReloader Performing system
checks…System check identified no issues (0 silenced). June 02, 2022 –
23:30:39 Django version 4.0.5, using settings ‘TrialDebate.settings’
Starting development server at http://127.0.0.1:8000/ Quit the server
with CTRL-BREAK.
that I should have. the rest only shows when I press ctrl + c to close the server which, you might guess, is pretty problematic. The thing is that the server works. I just can’t access it by copying the link so I run another server and then copy the link that the terminal gave me when I closed the previous server. Right…
I don’t think I use dockerfiles (I don’t even know what it is)
Could you tell me how to have the full text by only typing python manage.py runserver
and not opening closing and reopening the server again. (pls)
[ad_2]