PyCharm 2.6 Web Help

You can create PyCharm Django project around the source code generated externally. PyCharm analyzes the code base, adds the .idea directory with settings, and marks the project with the special icon python_ProjectIcon.

To create a new project from existing source code
  1. On the main menu, choose File | Open Directory.
  2. In the Select Path dialog box, locate the directory that contains the desired source code. Note that applications created externally are marked with the regular directory icon folder.
  3. Click OK.
  4. Specify whether you want the new project to be opened in a separate window or close the current project and reuse the existing one. Refer to the section Opening Multiple Projects for details.

See Also

Concepts:

Procedures:

Web Resources: