Q. Which Django command creates an admin user?
β
Correct Answer: (B)
python manage.py createsuperuser
Explanation: `createsuperuser` is used to create a superuser for the Django admin interface.