Closed volksman closed 6 years ago
We should continue to support DUA, but make it optional.
For example, we do this in pinax-stripe:
pinax-stripe
https://github.com/pinax/pinax-stripe/blob/bf93fe374e03861a965d3a129eb9bdb189eee7ca/pinax/stripe/mixins.py#L6-L9
This has the benefit if we are using django-user-accounts this app will continue to work nicely but if you are not you can gracefully fall back to Django's internals.
django-user-accounts
@paltman updated!
Thanks!
Nice fix @volksman
We should continue to support DUA, but make it optional.
For example, we do this in
pinax-stripe
:https://github.com/pinax/pinax-stripe/blob/bf93fe374e03861a965d3a129eb9bdb189eee7ca/pinax/stripe/mixins.py#L6-L9
This has the benefit if we are using
django-user-accounts
this app will continue to work nicely but if you are not you can gracefully fall back to Django's internals.