PyCharm 2.7.2 Web Help

2.5+

File | New Project

Welcome Screen | Create New Project

Use this dialog box to generate a project stub for developing Web applications. PyCharm generates project stubs based on the following templates:

ItemDescription
Project nameIn this text box, type the name of the new project.
LocationIn this text box, specify the location of the folder where the project-related files will be stored. Type the path manually or click the Browse button browseButton.png and select the folder where the project will be created.
Project typeSelect the desired type of the new project from the drop-down list. The subsequent steps after clicking OK depend on the chosen project type.
Python interpreterFrom this drop-down list, select the interpreter to be used for the new project. If the desired interpreter is not in the list, click browseButton to open the Python Interpreters dialog box and configure the desired interpreter or virtual environment.
Install DjangoSelect this check box to automatically install the latest available version of Django, as described in the section Creating Django Project.
Install FlaskSelect this check box to automatically install the latest available version of Flask, as described in the section Creating Flask Project.
OK

Click this button to create a new project.
If the project type is empty, the new project will be opened in the specified frame. In all other cases, the settings dialogs for the corresponding frameworks will be opened.

CancelClick this button to cancel operation and close the dialog box.

See Also

Concepts:

Procedures:

Web Resources: