You have already completed these exercises!
Do you want to take them again?
You completed the DJANGO Admin Create User Exercises from W3Schools.com
Share on:
What is the correct syntax to create a user in the Django Admin interface?
py manage.py createsuperuser
py manage.py createuser
py manage.py user