To add a new site to your existing Django project, use the startapp task of manage.py utility.
- On the main menu, choose
- 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.
- In the dialog box that opens, type the name of the new Django application.