django change admin username code example
Example 1: django admin create superuser
$ python manage.py createsuperuser
Example 2: change admin password djano
python manage.py changepassword <user_name>
$ python manage.py createsuperuser
python manage.py changepassword <user_name>