How to Reset The Admin Password in Django [duplicate] How to Reset The Admin Password in Django [duplicate] django django

How to Reset The Admin Password in Django [duplicate]


Assuming you know the name of a superuser: django-admin.py changepassword


Run this in the project on the server to create a new super user

python manage.py createsuperuser