Skip to content
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

Consumer to consumer (C2C) ecommerce #34

Open
Hadar11 opened this issue Jun 10, 2020 · 1 comment
Open

Consumer to consumer (C2C) ecommerce #34

Hadar11 opened this issue Jun 10, 2020 · 1 comment

Comments

@Hadar11
Copy link

Hadar11 commented Jun 10, 2020

Hello,
Can you please advise if django-shop allows Consumer to consumer (C2C) ecommerce requirements to be handled, the reason for my question https://pypi.org/project/django-shop/ indicates to shop as "... Most e-commerce systems are shipped with a predefined database model for products. But products can vary a lot, and it simply is impossible to create a model which fits for all of them....".

@jrief
Copy link
Member

jrief commented Jun 10, 2020

Yes, you can do that. Actually, we as a company implemented a site, based on django-SHOP for a customer of us.
In general, you have to ask yourself, whom you want to give add/change/delete-access to a product. You then can either add a simple foreign key onto the User model, or build more sophisticated access schemas using a many-to-many key to users and groups.
This of course all depends on your requirements and there is no one-size-fits-all solution for all use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants