TenantFlow Pro

TenantFlow Pro Documentation · v1.0.0

TenantFlow Pro - Documentation

Quick Start

unzip tenantflow-pro.zip && cd tenantflow
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py seed_data
python manage.py runserver

Visit http://127.0.0.1:8000 and login with admin / admin123.


Demo Accounts

Username Password Organization Role
admin admin123 - Superuser
sarah.chen testpass123 Acme Corp Owner
alex.turner testpass123 Startup Labs Owner
tom.baker testpass123 DevTeam Inc Owner
lisa.garcia testpass123 Acme Corp Viewer

Features

1. M2M Multi-Tenancy

Many-to-many membership model allowing users to belong to multiple organizations with different roles in each.

2. Role-Based Permissions

4 roles with granular access control:
- Owner - Full control, billing, team management
- Admin - Team management, settings
- Member - Standard access
- Viewer - Read-only access

3. Tenant Branding

Per-organization customization:
- Custom primary and secondary colors
- Logo URL
- Sidebar color theme

4. Subscription Billing

3 plan tiers with feature gating:
- Starter - Basic features
- Professional - Advanced features
- Enterprise - Full access + priority support

5. Usage Analytics

Per-tenant usage tracking with:
- Usage metrics and limits
- Progress bars and charts
- Historical snapshots

6. Team Management

  • Invite members via email
  • Assign and change roles
  • Remove team members
  • View pending invitations

7. Organization Switching

Switch between organizations from the header dropdown. Each org has its own dashboard, team, billing, and settings.

8. Audit Logging

Comprehensive activity tracking per tenant with user, action, and timestamp.

9. REST API

7 DRF endpoints with tenant-scoped data filtering.


Tech Stack

Django 5.1+ | DRF | HTMX 2.0 | Alpine.js | Tailwind CSS | Chart.js | WhiteNoise


Support

Report bugs at djangozen.com/support. All v1.x updates included free.

Copyright 2026 DjangoZen. All Rights Reserved.

Info

Product: TenantFlow Pro

Type: Digital Product

Version: 1.0.0

Updated: Apr 07, 2026


All Documentation