PyCharm 2019.3 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, type startapp. Note suggestion list that appears under the dialog after entering the first letter, and shrinks as you type to show the exact match only.

  3. In the dialog that opens, type the name of the new Django application.

Last modified: 2 April 2020