Setting up an existing Django project on Pycharm

I am starting to use Django with the Pycharm IDE and have successfully configured my first project.

However, I tried to add a new existing project in Pycharm and when I try to change Run Configuration to use manage.py of my second project (GuatepediaLocal), I do not want to select it from the drop-down menu. When I try to start the project, it continues to run PollSite manage .py runningerver, not GuitpediaLocal. Manage.py runningerver

Can someone help me solve this problem and set up an existing Django project on pycharm?

enter image description here

+4
source share
2 answers

, Pycharm Django

enter image description here

. .

enter image description here

, - -:)

+6

.

Menu > Run > Edit Configuration

, Django ( +). . .

configuration wizard

Django. fix, Django. Django . , .

File > Settings > Language and Framework > Django

Django .

Django setup

, manage.py settings.py.

+2

Source: https://habr.com/ru/post/1540453/


All Articles