Q. Which command creates a superuser in Django?
β
Correct Answer: (C)
createsuperuser
Explanation: createsuperuser command is used to create an admin user for Django admin site.