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?