problem in terminal

when I run server by executing python manage.py runserver
i can t write in terminal anymore , i am using visual code studio editor

That’s correct. While the server is running, it will have control of that terminal session. This is the expected and appropriate behavior.

ok i understand so whenever i want to create an app i need to stop the server

When working in the development environment, anytime you make a change, you will generally want to restart the server anyway.

But there’s nothing preventing you from having multiple command-line sessions open.

1 Like