Q. Which method is used to create a superuser in Django?
β
Correct Answer: (A)
createsuperuser
Explanation: `createsuperuser` is used to create an admin account with all permissions.