You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While implementing django-allauth, I needed to override the accounts/signup/ page. This is somewhat common. This could probably be really easy with a setting ACCOUNT_DISABLE_SIGNUP. Then in urls.py, only add the signup/ path if this setting is False.
The text was updated successfully, but these errors were encountered:
While implementing django-allauth, I needed to override the
accounts/signup/
page. This is somewhat common. This could probably be really easy with a settingACCOUNT_DISABLE_SIGNUP
. Then in urls.py, only add thesignup/
path if this setting isFalse
.The text was updated successfully, but these errors were encountered: