How to run Django new project in the same VS code folder which already has a project that is running on every runserver Port?

I created two projects baseproject and web_project using django in vs code folder: smcode5 with virtual environment.

I used web_project first to create an app and run on server port 8000.

Now I want to use baseproject for an app, but only web_project runs.

Any suggestions?

Back to Top