What is Satchmo multishop extension: Imagine that you want create more eshops for the same owner or a family (you need no security barriers). You want use the same enabled modules, the same database, only different templates and different SITE_ID. You can do this all in the same directory with multiple added configuration files settings_some_id.py, multiple sockets and multiple independent server processes or processes pools.
Multishop extension only saves the memory for you compared to the previous solution, in order you can serve them all by one process or one process pool. It is nothing better. The memory is not probably the most important for you. _ Excuse my inaccuracy in the previous post. Django 1.2 added some hook for object level permissions, but it requires an external backend for implementation of fine-grained permissions and it is not supported by Satchmo. https://docs.djangoproject.com/en/dev/releases/1.2/#object-level-permissions Think about what is easier: - implement some advanced permissions to Satchmo? I am sure you need to modify Satchmo) - write a database router to share user models of django.contrib.auth? https://docs.djangoproject.com/en/1.3/topics/db/multi-db/#automatic-database-routing - write an application in Django which has access to all databases and should do common tasks? I think the third is the easiest or a combination of them because: Who should / can safely delete or modify users if owners of stores are competitors? (answer: nobody) -- Hynek On 14 ún, 00:38, "Tomas Neme" <[email protected]> wrote: > I would *seriously* consider why do i actually need these shop/sites to share > the same project, instead of setting up different virtualhosts no your > server, and give each it's own database schema > > -----Mensaje original----- > De: hynekcer > Enviados: 13/02/2012 19:35:52 > Asunto: Re: Satchmo Multishop Documentation? > > A problem is with expected "separate shop admins". > Look at the concept of sites and permissions in Django: The user has > the same permissions for all objects of the same model in the project. > > You can read about Multishop extension in several discussions. The > most useful are posts written by author of the extension - Bruce > Kroeze - also what is the benefit of mutishop > extension.http://groups.google.com/group/satchmo-users/browse_thread/thread/845...http://groups.google.com/group/satchmo-users/browse_thread/thread/7c1...http://groups.google.com/group/satchmo-users/browse_thread/thread/e34...http://groups.google.com/group/satchmo-users/browse_thread/thread/be2... > > I have read discussion about it last time in November that it was > successful used by some user. > > Hynek > > On 13 ún, 13:15, Alec Taylor <[email protected]> wrote: > > > > > > > > > > > I am looking for documentation on Satchmo multishop. > > > Basically I am creating a multi-tenant (decoupled admin interface for > > each client) solution. > > > So each shop has its own products, set by separate shop admins, with > > separate PayPal accounts and whatnot. > > > Authentication will be centralised with Pinax. > > > How do I use Satchmo multishop, and does it support proper per shop > > admin interfaces? > > > Thanks for all information, > > > Alec Taylor > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/satchmo-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
