Q. Which of the following commands is used to start a new Django project?
β
Correct Answer: (C)
django-admin startproject
Explanation: django-admin startproject is used to create a new Django project.