Skip to content

A Django app to create multi tenant projects with database per tenant model.

License

Notifications You must be signed in to change notification settings

CardoAI/django-multi-tenant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Multi Tenant

Multi Tenant is a Django app to ...

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "polls" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'multi-tenant',
    ]
    

About

A Django app to create multi tenant projects with database per tenant model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages