Steps to reproduce the problem:
- Open 1st project.
- py manage.py runserver (now I can see my Project_1 website in browser by address http://127.0.0.1:8000/).
- CLOSE project in PyCharm and open another project.
- Execute py manage.py runserver after opening 2nd project.
- Refresh tab in browser... And WTF? I still see my 1st project page while I am already close it, opened another project and even RUNSERVER on 2th project.
I MUST see on tab http://127.0.0.1:8000/ new project webpage after runserver, but it does not work.
Is it PyCharm bug or something else? I am using PyCharm Pro with the latest updates.