awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.19k stars 1.04k forks source link

¿Can in Near future can do django-shop: Only one administrator can modify only hisself products (created by he)? #613

Open fabiancastano opened 7 years ago

fabiancastano commented 7 years ago

Only have a question or a sugges, for example I want to do a project in django-shop that permit a someone people, publish his products, for example ebay for USA, alibaba.com from ASIA, mercadolibre.com to South America, and others startup have implement his system with this model.

I choose Django-shop to modify and put to work same model:

Now Django-Shop have one administrator or several administrator that modify all articles of store.

To have a pool of options :¿Near future can do django-shop: Only one administrator can modify only hisself products (created by he)?

I need to modify here, I am have thinking put in model a user field and others modifications necesaries, ¿Do you have some recomendations to modify?

jrief commented 6 years ago

In the demo shop this is true. We already have a working implementation for multiple vendors, which do not even have to be staff members. This is however not part of the django-SHOP framework yet.

jrief commented 6 years ago

Version 0.12 will support multiple vendors, so keep an eye on it.