简体   繁体   中英

Adding Multi-tenancy to Django Viewflow App

I am creating a Django Viewflow application and I am trying to add multi-tenancy to it but I am not sure how to go about it. I am building the application on Django with MySQL (I cannot move from MySQL).

The django-multitenant package provides a means to do this by using passing the tenant model to each of my custom models, ie

class Products(TenantModel):
    ....

Is there a way to configure Django Viewflow to do the same?

Thanks for any help.

在这种情况下,您可以从抽象视图流模型类继承并编写自己的前端。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM