Skip to content

Corvia/django-tenant-users

Repository files navigation

django-tenant-users

Build Status

codecov

PyPI Package

Python Versions

Django Versions

PyPI Monthly Downloads

Welcome to django-tenant-users, the sidekick to django-tenants that sorts out user management in a multi-tenant Django world. 🚀

Overview

Building on the solid foundation of django-tenants, django-tenant-users focuses on the nuances of user management across tenants. It ensures users can authenticate globally but have permissions tailored to each specific tenant. In essence, it's the bridge that sorts out the user stuff in a multi-tenant setup.

🔍 Key Features:

  • Global Authentication with Tenant-Specific Permissions: Authenticate once, act based on tenant rules.
  • Distinct Schema Permissions: Separate permissions for each tenant a user belongs to.
  • Seamless Integration: Works harmoniously with Django's built-in user and permissions frameworks.

Getting Started

  1. Installation: Dive into our Installation Guide to get django-tenant-users up and running.
  2. Usage: Check out the Using Guide to see how to make the most of the package.
  3. Core Concepts: If you're curious about the ideas driving our design, the Core Concepts page is a great place to start.

Contribute

We ❤️ contributions! Whether it's a bug report, a new feature, or feedback on the project, we'd love to hear from you.

License

django-tenant-users is open-source and is licensed under the MIT License.