"Multi-tenancy" is running a single Mezzanine application that serves multiple sites, e.g. mezz1.example.com and mezz2.example.com.
Django has User objects with login credentials, relationships to Group objects, and permissions. I believe this is what you mean by "multi-user sites". hth, ken On Sat, Oct 4, 2014 at 6:35 PM, gmo87 <[email protected]> wrote: > Anybody just a little help? > > El sábado, 4 de octubre de 2014 00:01:43 UTC-5, gmo87 escribió: >> >> Hi all! >> >> I have to do a site where each user has his own store, the users will >> access via an url like "mydomain.com/username". I have been reading a lot >> about mezzanine and I think is a good option for what I need. >> >> I have been searching about multi-user sites and multi-tenancy and it's a >> little confusing see the difference. >> >> Is it possible to do this with mezzanine and could you help me with a >> little help to start? >> >> Thanks a lot and sorry for my poor English :( > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
