Closed goutnet closed 6 months ago
It looks quite promising. I will need to think about your proposal in more detail. I will come back to you once I have a clearer picture.
I am waiting for an answer on their issue tracker before getting serious here:
https://github.com/django-oscar/django-oscar-accounts/issues/64
Depending on their response, the way I saw it would be to use model inheritance to use Oscar-accounts as base class:
https://docs.djangoproject.com/en/2.1/topics/db/models/#model-inheritance
This would ensure koalix to be independent in the way it manages extra fields (ex: account documentation etc..)
Would it be possible to integrate with oscar-accounts for the accounts providing?
oscar-accounts provides a bit more features (and plays well with oscar as well)…
it could be either replace the Account model with the oscar-accounts or attach an oscar-account reference to it…
would you accept a pull request that would go in this direction?