Q. Which command creates a new Django project?
β
Correct Answer: (D)
django-admin startproject
Explanation: django-admin startproject is the correct command to create a new Django project.