Take a look at Django Tenants https://github.com/django-tenants/django-tenants
I have used it on a project and its just perfect. it does tenancy very well. and I like the Semi Isolated Approach: Shared Database, Separate Schemas. One database for all tenants, but one schema per tenant. On Monday, November 7, 2022 at 5:08:32 PM UTC+1 [email protected] wrote: > Hi, I'm not sure what you mean by updating all templates. In my case, when > I update a template, the changes are reflected in all tenants/clients. > David Emanuel Sandoval > <https://www.linkedin.com/in/david-emanuel-sandoval/> > WEB DEVELOPER > +549 3734 607102 <+54%209%203734%2060-7102> > > <https://linkedin.com/in/david-emanuel-sandoval/> > <https://github.com/emasmach/> > > > > > > El lun, 7 nov 2022 a las 11:20, [email protected] (< > [email protected]>) escribió: > >> Hello, >> >> ich want sell my app on different companys. Now a part of apps all >> companys/templates use this but another apps/templates are customer >> specific. Now i want when i update code from apps/templates which all >> customer uses that i can update all customer on server as fast as possible. >> >> Here are a example: >> >> Customer 1 >> common app >> customer invividual app #1 >> >> template >> common app templates >> customer individual app templates >> Customer 2 >> common app >> customer individual app #2 >> >> template >> common app templates >> customer individual app templates >> >> How i can make this? Softlink or is there another better possibility? >> >> Regards >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/987d7c53-cd73-4937-9a5d-b9053a6570c4n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/django-users/987d7c53-cd73-4937-9a5d-b9053a6570c4n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6643d636-bf3b-4fad-80fc-6f3a8f1d66cbn%40googlegroups.com.

