django create super user code example
Example 1: django admin create superuser
$ python manage.py createsuperuser
Example 2: Django Create Super user
$ python manage.py createsuperuser
Example 3: Django Create Super user
Password: **********
Password (again): *********
Superuser created successfully.
Example 4: Django Create Super user
Email address: admin@example.com
Example 5: Django Create Super user
Username: admin
Example 6: Django Create Super user
$ python manage.py runserver