Thursday, June 16, 2022

Re: Can't login with Username

You could use manage.py shell to set the email address of your super user.

On June 13, 2022 12:22:30 AM CDT, Sudip Khokhar <sudip.flyontechsolution@gmail.com> wrote:
Hi All,

I am practicing Django since 3 months and recently I encountered an issue with my practice project as I made a super user and didn't added email to it.
Then after I set email as the USERNAME_FIELD = 'email' in my django model to access the database. But not I don't know how to add email after making migrations to it.
I had also tried by commenting USERNAME_FIELD = 'email' and REQUIRED_FIELDS = [], but didn't worked well and I'm unable to login to my django admin database.

No comments:

Post a Comment