PyCharm 2016.2 Help

Django Project Settings

Create New Project Dialog - Django Project - OK


Use this dialog box to configure Django project settings.

ItemDescription
Project nameThis read-only field displays the project name defined in the Create New Project dialog box.
Application nameType the name of the Django application. The folder with this name, containing the corresponding stub files, will be generated under the project root.
Templates folderIn this field, specify the directory where the templates will be stored, and where they will be loaded from. You can specify the name of the directory that doesn't yet exist; in this case, the directory will be created.
Enable Django adminIf this check box is selected, the line 'django.contrib.admin' in the settings.py file will be uncommented.
OKClick this button to create the new project with the specified name.
If the dialog has been invoked from the Welcome Screen, the new project will be created immediately. If the dialog box has been invoked from an existing project, PyCharm will suggest to select a window where the new project will be opened: replace the current project in the existing window, or open a new one, and continue working with multiple projects.
CancelClick this button to cancel operation and close the dialog box. Note that an empty folder with the project name and location you have specified in the Create New Project dialog box will be preserved.

See Also

Last modified: 23 November 2016