0

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?

  • run other project on a different port. python manage.py runserver 0.0.0.0:8001 – ABN Aug 29 '22 at 12:47
  • your command gives result: this site can't be reached. – Swati Mishra Aug 30 '22 at 15:53
  • However, this command works: python manage.py runserver 8001. But still only project 1 is running, project 2 isn't. Do I have to shift my project1? Does django server allow only one project to run at a time? – Swati Mishra Aug 30 '22 at 16:00
  • Could you share your project structure? How did you create the projects and app? And the error output? More details is required. – ABN Aug 31 '22 at 05:27
  • I used an improved project structure and now I can use other ports. Thanks. – Swati Mishra Sep 11 '22 at 15:54

0 Answers0