Open-source Django project crafted on top of Volt Dashboard, an open-source Bootstrap Design released by Themesberg. The product is designed to deliver the best possible user experience with highly customizable, feature-rich pages.
- 👉 Django Volt Dashboard - 
Product Page - 👉 Django Volt Dashboard - 
LIVE Demo - 👉 Django Volt Dashboard - 
Documentation(learn how to use the product) 
- Simple, Easy-to-Extend Codebase
 - Volt Dashboard Design Integration
 - Bootstrap CSS Styling
 - Session-based Authentication, Password recovery
 - DB Persistence: SQLite (default), can be used with MySql, PgSql
 - Apps:
 - Django CLI Package
Commit/rollback Git ChangesBackup & restore DBInteract with Django CoreManage EnvironmentManage Dependencies
 - Deployment
- Docker/Docker Compose Scripts
 - CI/CD for Render
 
 - Vite for assets management
 
- Understand the codebase structure
 - Prepare the environment
 - Setting Up the Database
 - Start the Project
 - Switch from SQLite to MySql or PgSql
 - Add a new model and migrate database
 - Enable 
Dynamic Tablesfor a new model - Enable 
Dynamic APIfor a new model - Deploy on Render
 
The premium version provides more features, priority on support, and is more often updated - Live Demo.
- Simple, Easy-to-Extend Codebase
 - Material Dashboard Design Integration
 - Bootstrap Styling
 - DB Persistence: SQLite (default), can be used with MySql, PgSql
 - Extended Users Profiles
 - Authentication
- Session-based
 - OAuth GitHub, Google
 
 - Apps:
 - Django CLI Package
Commit/rollback Git ChangesBackup & restore DBInteract with Django CoreManage EnvironmentManage Dependencies
 - Deployment
- Docker/Docker Compose Scripts
 - CI/CD for Render
 
 - Vite for assets management
 
Customize with Django App Generator
- Access the App Generator page
 - Select the preferred design
 - (Optional) Design Database: edit models and fields
 - (Optional) Edit the fields for the extended user model
 - (Optional) Enable OAuth for GitHub
 - (Optional) Add Celery (async tasks)
 - (Optional) Enable Dynamic API Module
 - Docker Scripts
 - Render CI/Cd Scripts
 
The generated Django project is available as a ZIP Archive and also uploaded to GitHub.
Django Volt Dashboard - Open-Source Django Starter provided by App Generator



