Server error 500 on Login and Registration #1103
Unanswered
resonnancexd
asked this question in
Q&A
Replies: 2 comments
-
Fixed itBefore this i had messed with the sites tab in the Django admin panel, well, if you go into your settings.py, you will find a changing it to |
Beta Was this translation helpful? Give feedback.
0 replies
-
This does not look something that I can reproduce. If you have the log files, try to find the place that 500 was returned and share that part |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every page (from what I have seen) works, but clicking Sign up or Login will take you to a page with Server Error 500
After getting verification emails to work i went into settings.py changed
ACCOUNT_EMAIL_VERIFICATION = "optional" # 'mandatory' 'none'
to
ACCOUNT_EMAIL_VERIFICATION = "mandatory" # 'mandatory' 'none'
the error has been popping up since, and even after changing it to
optional
it has not gone awayBeta Was this translation helpful? Give feedback.
All reactions