PyCharm 2016.1 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.

See Also

Reference:

Concepts:

Last modified: 20 April 2016