pythondjangomanage.py

creating an admin user using django


I was creating an admin user account, when it got to create password my keys stopped working!!I even rebooted my system and started from top boom it happened again

tried to create password on django admin user account?


Solution

  • The prompt for the password when you use the createsuperuser command [Django-doc] does not show the entered characters, for privacy and security concerns. Just like a password box in a browser does not show the password.

    You thus enter the password and hit Enter to enter the password.