SaaS Multi-Tenant Dashboard — Free Edition By DjangoZen - https://djangozen.com
This is the free version of TenantFlow. It includes core functionality to help you evaluate the product.
- Tenant dashboard with metrics overview
- Team member list with roles
- Usage progress bars
- Login and authentication
- Tenant branding (custom colors, logo per organization)
- Audit log with full action tracking
- Subscription billing flow with plan upgrades
- Team invitations with email delivery
- Organization switching for multi-org users
- Granular role-based permissions (owner, admin, member, viewer)
- Live activity feed
Upgrade to TenantFlow Pro: https://djangozen.com/product/tenantflow-pro/
- Create virtual environment:
python -m venv venv
venv\Scripts\activate # Windows
source venv/bin/activate # macOS/Linux- Install dependencies:
pip install -r requirements.txt- Run migrations and seed data:
python manage.py migrate
python manage.py seed_data- Start server:
python manage.py runserver- Login: admin / admin123
Free version by DjangoZen. Upgrade to Pro at https://djangozen.com/product/tenantflow-pro/ Copyright 2026 DjangoZen. All Rights Reserved.
