Create a Django application in a project | PyCharm
www.jetbrains.com › help › pycharmMay 19, 2021 · To add a new Django application to an existing project. From the main menu, choose Tools | Run manage.py task. In the Django Console 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. Type the name of the new Django application.