Q. What is the correct way to create a superuser in Django?
β
Correct Answer: (A)
python manage.py createsuperuser
Explanation: `createsuperuser` is the correct command to create an admin user in Django.