Q. Which Django command is used to start a new application?
β
Correct Answer: (C)
startapp
Explanation: `startapp` creates a new Django application.