Login related issue #119
-
I have built the application locally, but it is prompting me to log in. Is there a sample email-password combination, a way to create an account, or any other possible solution that I can use? |
Beta Was this translation helpful? Give feedback.
Answered by
Lorygold
Mar 4, 2025
Replies: 1 comment 1 reply
-
Hi @pankaj-bind what did you do to solve this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exactly, it should work with the superuser credential (you can create a new one with the
./manage.py createsuperuser
command), doesn't it work?