PyCharm 2017.1 Help

Creating Django Application in a Project

This feature is supported in the Professional edition only.

To add a new site to your existing Django project, use the startapp task of manage.py utility.

To add a new Django application to an existing project

  1. On the main menu, choose Tools | Run manage.py task
  2. In the Enter manage.py task name dialog box, type startapp. Note suggestion list that appears under the dialog box after entering the first letter, and shrinks as you type to show the exact match only.
  3. In the dialog box that opens, type the name of the new Django application.

See Also

Reference:

Concepts:

Language and Framework-Specific Guidelines:

Last modified: 26 July 2017