Prismio API Documentation¶
Welcome to Prismio's API documentation!
Overview¶
Prismio API is a comprehensive Django application built on modern best practices for multi-tenant applications.
Documentation¶
- Users - User management and authentication
- Permissions - Permission and access control
- HTML Templating - Template best practices
- How To - Common tasks and guides
- Files - File handling and management
- Monorepo Strategy - Service-friendly docs architecture
Features¶
- Multi-tenancy support with django-multitenant
- User management with django-allauth
- REST API with django-rest-framework
- Modern admin interface with django-unfold
- File management with proper access control
- Comprehensive permission system
Getting Started¶
See the How To section for setup instructions.