c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android
Python

How to Reset Django Admin Username and Password? | Python

| | django , python
You can use the manage.py changepassword <username>, replace <username> with user you want to reset the password. After pressing enter keyboard, it prompt's for new password and confirm password. 
Note: Make sure enter strong and unique password.
Python cmd:
python manage.py changepassword <username>

Change Password in django admin

VIDEO GUIDE: Change password in django Admin: