Q. Which of the following is the correct command to create a Django app?
β
Correct Answer: (A)
django-admin startapp appname
Explanation: The correct command to create an app in Django is `django-admin startapp appname`.