PyCharm 2018.2 Help

Creating Django Application in a Project

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.

Last modified: 21 November 2018

See Also

Reference:

Concepts:

Language and Framework-Specific Guidelines: