Question: Which command to access the built-in admin tool for the first time?
- django-admin setup
 - django-admin runserver
 - python manage.py createuser
 - python manage.py createsuperuser
 
Answer: The correct answer of the above question is Option D:python manage.py createsuperuser