A Python admin panel generator for SaaS applications. Provides automatic CRUD operations, user management, system settings, role-based access control, and a comprehensive audit log — all built on Pyth
Browse the actual product documentation and code examples included in this toolkit.
Key features of Admin Panel
• CRUD generator — Register any data model and get full create/read/update/delete endpoints and HTML forms • User management — List, create, disable, reset passwords, assign roles • Role-based access — Admin, editor, viewer roles with per-resource permission checks • System settings — Key-value settings store with typed values and change tracking • Audit log — Every admin action recorded with actor, action, resource, and timestamp • Search & pagination — Built-in search across any registered model with paginated results
CRUD generator — Register any data model and get full create/read/update/delete endpoints and HTML forms
User management — List, create, disable, reset passwords, assign roles
Role-based access — Admin, editor, viewer roles with per-resource permission checks
System settings — Key-value settings store with typed values and change tracking
Audit log — Every admin action recorded with actor, action, resource, and timestamp
Search & pagination — Built-in search across any registered model with paginated results
Configure Admin Panel parameters to see how the product works.
python src/main.py --init-demo