A

Admin • 802.91K Points
Coach

Q. Which Django command creates an admin user?

  • (A) python manage.py createadmin
  • (B) python manage.py createsuperuser
  • (C) python manage.py addadmin
  • (D) python manage.py registeradmin
  • Correct Answer - Option(B)
  • Views: 6
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
`createsuperuser` is used to create a superuser for the Django admin interface.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.