edit superuser django code example
Example 1: change admin password djano
python manage.py changepassword <user_name>
Example 2: create super user in django
python3 manage.py createsuperuser
python manage.py changepassword <user_name>
python3 manage.py createsuperuser