Q. Which command is used to start a new Django app?
β
Correct Answer: (C)
python manage.py startapp
Explanation: `startapp` is the correct command to create a new app.