Changing Super User Password in Django
There was a time when I learned how to create a blog using Django, but I forgot the admin password. What should I do? One way to reset your password is by using the Django shell. The Django shell is an interactive Python environment that provides access to models and settings through the command line. … Read more