0

I am trying to create an app using pydroid 3. When I view if the project is setup properly with python manage.py runserver Everything is set up ok but when it's time to start the app, I have to open another terminal or tab while the terminal with runserver continues running. How do I open another terminal session(or tab) without closing runserver.

1 Answers1

0

You cannot use two terminal tabs at same time in pydroid3 but you can use termux to run server file by installing python3 in termux on your mobile.