Skip to content

Commit 470a75e

Browse files
committed
v1.0.23 - Update RM (minor)
1 parent 2e99882 commit 470a75e

File tree

2 files changed

+82
-39
lines changed

2 files changed

+82
-39
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [1.0.23] 2025-05-16
4+
### Changes
5+
6+
- Update RM (minor)
7+
38
## [1.0.22] 2025-05-16
49
### Changes
510

README.md

Lines changed: 77 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,108 @@
11
# [Django Volt Dashboard](https://app-generator.dev/product/volt-dashboard/django/)
22

3-
Open-source **Django Dashboard** built on top of a modern design. **Volt Dashboard** is a free and open source `Bootstrap 5` Admin Dashboard featuring over 100 components, 11 example pages and 3 plugins with Vanilla JS. There are more than 100 free Bootstrap 5 components included some of them being buttons, alerts, modals, and date pickers.
3+
Open-source **Django** project crafted on top of **[Volt Dashboard](https://app-generator.dev/product/volt-dashboard/)**, an open-source `Bootstrap` Design released by [Themesberg](https://app-generator.dev/agency/themesberg/). The product is designed to deliver the best possible user experience with highly customizable, feature-rich pages.
44

55
- 👉 [Django Volt Dashboard](https://app-generator.dev/product/volt-dashboard/django/) - `Product Page`
66
- 👉 [Django Volt Dashboard](https://django-volt.onrender.com/) - `LIVE Demo`
7-
- 👉 [Django Volt Dashboard](https://app-generator.dev/docs/products/django/volt-dashboard/index.html) - `Complete Information` and Support Links
8-
- [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) - a `comprehensive tutorial`
9-
- `Configuration`: Install Dependencies, Prepare Environment, Setting up the Database
10-
- `Start with Docker`
11-
- `Manual Build`
12-
- `Start the project`
13-
- `Deploy on Render`
7+
- 👉 [Django Volt Dashboard](https://app-generator.dev/docs/products/django/volt-dashboard/index.html) - `Documentation` (learn how to use the product)
148

159
<br />
1610

17-
### Customize with [Django App Generator - Volt Design](https://app-generator.dev/tools/django-generator/volt/)
18-
19-
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
20-
- Select **Volt Dashboard** as the preferred design
21-
- (Optional) Design Database: edit models and fields
22-
- (Optional) Edit the fields for the extended user model
23-
- (Optional) Enable OAuth for GitHub
24-
- (Optional) Add Celery (async tasks)
25-
- (Optional) Enable Dynamic API Module
26-
- Docker Scripts
27-
- Render CI/Cd Scripts
11+
## Features
2812

29-
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
13+
- Simple, Easy-to-Extend Codebase
14+
- [Volt Dashboard](https://app-generator.dev/product/volt-dashboard/) Design Integration
15+
- [Bootstrap](https://app-generator.dev/docs/templates/bootstrap.html) CSS Styling
16+
- Session-based Authentication, Password recovery
17+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
18+
- Apps:
19+
- [DEMO](https://django-volt.onrender.com/dynamic-dt/product/) **Dynamic DataTables** - generate server-side datatables without coding
20+
- [DEMO](https://django-volt.onrender.com/api/product/) **Dynamic APIs** - Expose secure APIs without coding
21+
- [DEMO](https://django-volt.onrender.com/charts/) **Charts** - powered by ApexCharts
22+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
23+
- `Commit/rollback Git Changes`
24+
- `Backup & restore DB`
25+
- `Interact with Django Core`
26+
- `Manage Environment`
27+
- `Manage Dependencies`
28+
- [Deployment](https://app-generator.dev/docs/deployment.html)
29+
- Docker/Docker Compose Scripts
30+
- CI/CD for [Render](https://app-generator.dev/docs/deployment/render/index.html)
31+
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
3032

3133
<br />
3234

35+
## [Documentation](https://app-generator.dev/docs/products/django/volt-dashboard/index.html)
36+
37+
- Understand the codebase structure
38+
- Prepare the environment
39+
- Setting Up the Database
40+
- Start the Project
41+
- Switch from SQLite to MySql or PgSql
42+
- Add a new model and migrate database
43+
- Enable `Dynamic Tables` for a new model
44+
- Enable `Dynamic API` for a new model
45+
- Deploy on Render
46+
47+
![Django Volt Dashboard - Full-Stack Starter powered by Django, and Bootstrap 5 - Actively supported by App-Generator](https://user-images.githubusercontent.com/51070104/168843604-b026fd94-5969-4be7-81ac-5887cf0958e5.png)
48+
3349
## Deploy on `Render` (free plan)
3450

3551
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
3652

3753
<br />
3854

39-
## Features
55+
## [Volt Dashboard PRO Version](https://app-generator.dev/product/volt-dashboard-pro/django/)
56+
57+
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-volt-dashboard-pro.onrender.com).
4058
4159
- Simple, Easy-to-Extend Codebase
42-
- Volt Dashboard Design - Full Integration
43-
- Bootstrap 5 Styling
44-
- Session-based Authentication, Password recovery
60+
- [Material Dashboard](https://app-generator.dev/product/material-dashboard/) Design Integration
61+
- Bootstrap Styling
4562
- DB Persistence: SQLite (default), can be used with MySql, PgSql
46-
- Docker
47-
- CI/CD integration for Render
63+
- Extended Users Profiles
64+
- Authentication
65+
- Session-based
66+
- OAuth GitHub, Google
67+
- Apps:
68+
- [DEMO](https://django-volt-dashboard-pro.onrender.com/dynamic-dt/product/) **Dynamic DataTables** - generate server-side datatables without coding
69+
- [DEMO](https://django-volt-dashboard-pro.onrender.com/api/product/) **Dynamic APIs** - Expose secure APIs without coding
70+
- [DEMO](https://django-volt-dashboard-pro.onrender.com/charts/) **Charts** - powered by ApexCharts
71+
- [DEMO](https://django-volt-dashboard-pro.onrender.com/react-charts) **React Integration**
72+
- **Media Files Manager** - empower users to manage and preview files with ease
73+
- **Celery** (async tasks)
74+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
75+
- `Commit/rollback Git Changes`
76+
- `Backup & restore DB`
77+
- `Interact with Django Core`
78+
- `Manage Environment`
79+
- `Manage Dependencies`
80+
- [Deployment](https://app-generator.dev/docs/deployment.html)
81+
- Docker/Docker Compose Scripts
82+
- CI/CD for [Render](https://app-generator.dev/docs/deployment/render/index.html)
83+
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
4884

49-
![Django Volt Dashboard - Full-Stack Starter powered by Django, and Bootstrap 5 - Actively supported by App-Generator](https://user-images.githubusercontent.com/51070104/168843604-b026fd94-5969-4be7-81ac-5887cf0958e5.png)
85+
![Django Volt Dashboard - Premium Full-Stack Starter powered by Django, and Bootstrap 5 - Actively supported by App-Generator](https://github.com/user-attachments/assets/d24feda4-e4ff-4348-b335-429230dd7815)
5086

5187
<br />
5288

53-
## [Volt Dashboard PRO Version](https://app-generator.dev/product/volt-dashboard-pro/django/)
89+
## `Customize` with [Django App Generator](https://app-generator.dev/tools/django-generator/)
5490

55-
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-volt-dashboard-pro.onrender.com).
91+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
92+
- Select the preferred design
93+
- (Optional) Design Database: edit models and fields
94+
- (Optional) Edit the fields for the extended user model
95+
- (Optional) Enable OAuth for GitHub
96+
- (Optional) Add Celery (async tasks)
97+
- (Optional) Enable Dynamic API Module
98+
- Docker Scripts
99+
- Render CI/Cd Scripts
100+
101+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
56102

57-
- **Simple, Easy-to-Extend** Codebase
58-
- **Volt Dashboard** Design - PRO Version
59-
- Bootstrap 5 CSS
60-
- **OAuth** - Github
61-
- **Extended User Profile**
62-
- **API** via DRF
63-
- **Charts** via ApexJS
64-
- **Celery** (async tasks)
65-
- **Deployment-Ready** for Render
103+
![Django Generator - User Interface for choosing the Design](https://github.com/user-attachments/assets/b989c434-1c53-49ff-8dda-b46dbfc142ac)
66104

67-
![Django Volt Dashboard - Premium Full-Stack Starter powered by Django, and Bootstrap 5 - Actively supported by App-Generator](https://github.com/user-attachments/assets/d24feda4-e4ff-4348-b335-429230dd7815)
105+
![Django App Generator - User Interface for Edit the Extended User Model](https://github.com/user-attachments/assets/f1a5fb68-a5ba-49c9-a3ae-91716de09912)
68106

69107
<br />
70108

0 commit comments

Comments
 (0)