Multitenant App

12 views
Skip to first unread message

sebasti...@gmail.com

unread,
Nov 7, 2022, 9:19:46 AM11/7/22
to Django users
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

David Emanuel Sandoval

unread,
Nov 7, 2022, 11:08:32 AM11/7/22
to django...@googlegroups.com
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.


--
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 django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/987d7c53-cd73-4937-9a5d-b9053a6570c4n%40googlegroups.com.

Sherif Adigun

unread,
Nov 7, 2022, 11:26:38 AM11/7/22
to Django users
Take a look at 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.

Reply all
Reply to author
Forward
0 new messages