ehmatthes / sitka_irg_realtime

Real-time analysis of the Ḵaasda Héen stream gauge in Sitka, focusing on landslide risk.
4 stars 1 forks source link

Support disabling signup url on django-allauth #32

Open ehmatthes opened 3 years ago

ehmatthes commented 3 years ago

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.

ehmatthes commented 3 years ago

Write a quick issue asking if this would be welcome, and if so are there other related settings that would be worth implementing.