django-oscar-accounts icon indicating copy to clipboard operation
django-oscar-accounts copied to clipboard

Managed accounts for Django (with or without django-oscar)

Results 21 django-oscar-accounts issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. Commits 405cfe0 Release 5.0.1 d20bb97 Merge pull request #1631 from PyCQA/dupe-sys-path fce93b9 prevent duplicate plugin discovery on misconfigured pythons 3f4872a...

dependencies

If you login to the oscar dashboard as a superuser or a staff user and try to make a withdrawal from a user account that has a primary_user listed, you...

I was wondering if there is a way that I can custom views or models in django-oscar-accounts? Just like oscar_fork_app command in django-oscar.

I override oscar_accounts app, because I want customize models, but dashboard templates doesn't load after that. Is it possible somehow reuse dashboard templates from original oscar_accounts app? Thank you! `my_project.oscar_accounts.apps.py`...

I gather rest of what is imported from oscar in a model (compact_oscar.py) and with a simple import check it could fallback to oscar if installed. But in case one...

Running pip install django-oscar-accounts (adding oscar_accounts to installed apps) python manage.py migrate oscar_accounts Yields: SystemCheckError: System check identified some issues: ERRORS: oscar_accounts.Account.product_range: (fields.E300) Field defines a relation with model 'offer.Range',...

Hi, is t possible to create nested accounts? if not, would you accept pull requests providing this ability: the use case would be to use oscar-accounts as keystone for accounting...

https://github.com/django-oscar/django-oscar-accounts/blob/e03ecdf8499736462d00690e74e15f4608a09fdd/src/oscar_accounts/abstract_models.py#L487-L489 There is no `total_blocks` property on this model, so are inheriting classes meant to implement it, or is this old code that can be removed?