Question: Which command to access the built-in admin tool for the first time?

  1. django-admin setup
  2. django-admin runserver
  3. python manage.py createuser
  4. python manage.py createsuperuser

Answer: The correct answer of the above question is Option D:python manage.py createsuperuser