简体   繁体   中英

Configuring an Existing Django Project on Pycharm

I´m starting to use Django with Pycharm IDE and have succesfully configured my first project.

However, I tried to add a new existing project to Pycharm and when trying to change the Run Configuration to use the manage.py of my secondProject(GuatepediaLocal), I don´t get an option to select it on the dropdown menu. When I try to run the project, it keeps running the PollSite manage.py runserver and not GuatepediaLocal´s manage.py runserver

Can anyone help me to solve this issue and configure an already existing Django Project on pycharm?

在此输入图像描述

After some research I found that on the settings window of Pycharm I must add Django support to my project

在此输入图像描述

That enabled the project on the dropdown menu. After that, I just added on the enviroment variables the correct path to my project´s settings.py.

在此输入图像描述

Hope this helps someone someday :)

Open edit configuration wizard.

Menu > Run > Edit Configuration

Add new configuration by selecting the Django server from the left top button (button look like + sign). Look like below. Plus sign top left.

编辑配置向导

If you don't configure the Django setting. It will show you the fix button to fix the Django Setting. Django Setting looks like this. You can manually set these setting by navigating like this.

File > Settings > Language and Framework > Django

Django Setting wizard looks like this.

Django设置

set the project path, manage.py file and settings.py file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM