First, enter a username and password. Then, you’ll be able to edit more user options. django admin panel code example
Example 1: django admin create superuser
$ python manage.py createsuperuser
Example 2: create login user django command
py manage.py createsuperuser
1=enter your userName
2=enter your email
3=enter your password
4=enter your password again
5=for create user enter y (yes)