-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Oscar-independant #58
Comments
Yeah, unfortunately it isn't. I've actually removed the suggestion that it is from the documentation on master - unless someone has the time to actually make it oscar-independent I think it will probably have to stay that way... |
Looking at the code for a bit i think it only references django-oscar for its user model and an exception class. It also references offer.Range with a ForeignKey which i think could be deleted. So yeah. making it oscar-independant might not be really hard after all. |
Would you be able to make a PR? More than happy to review/merge it if you are. |
Right now i'm busy with two other projects, but i will try to do it if no one else does. |
what's the possible solution here? If you have time i can help you with this. |
Hi, I would be really interested in using this as a standalone. |
Hey @millerf , i personally ended up dropping it and made my own double entry system based on other working projects. Sorry i can't help you. |
No worries... I just reused it and removed the |
As @solarissmoke said, feel free to make a PR for review, i'm sure it'll be helpful to a lot of people! |
I'll just leave it here: |
Love the work, any plans to release the work on pypi? |
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', which is either not installed, or is abstract.
oscar_accounts.Account.product_range: (fields.E307) The field oscar_accounts.Account.product_range was declared with a lazy reference to 'offer.range', but app 'offer' isn't installed.
The text was updated successfully, but these errors were encountered: