Skip to content

Commit 619f7ee

Browse files
committed
v1.0.14 - Mention Django App Generator
1 parent 5799385 commit 619f7ee

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.14] 2024-12-16
4+
### Changes
5+
6+
- Mention [Django App Generator - Volt Design](https://app-generator.dev/tools/django-generator/volt/)
7+
38
## [1.0.13] 2024-11-06
49
### Changes
510

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,43 @@ Modern template for **Django Admin**, Auth Pages (registration included) crafted
1919

2020
<br />
2121

22+
### Build a Starter with [Django App Generator - Volt Design](https://app-generator.dev/tools/django-generator/volt/)
23+
24+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
25+
- Select **Volt Dashboard** as the preferred design
26+
- (Optional) Design Database: edit models and fields
27+
- (Optional) Edit the fields for the extended user model
28+
- (Optional) Enable OAuth for GitHub
29+
- (Optional) Add Celery (async tasks)
30+
- (Optional) Enable Dynamic API Module
31+
- Docker Scripts
32+
- Render CI/Cd Scripts
33+
34+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
35+
36+
<br />
37+
2238
![Django Admin Volt - Modern template for Django Admin Section crafted on top of a modern Bootstrap 5 Design.](https://user-images.githubusercontent.com/51070104/168843604-b026fd94-5969-4be7-81ac-5887cf0958e5.png)
2339

2440
<br />
2541

42+
## [Volt Dashboard PRO Version](https://app-generator.dev/product/volt-dashboard-pro/django/)
43+
44+
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-volt-dashboard-pro.onrender.com).
45+
46+
- **Simple, Easy-to-Extend** Codebase
47+
- **Volt Dashboard** Design - PRO Version
48+
- Bootstrap 5 CSS
49+
- **OAuth** - Github
50+
- **Extended User Profile**
51+
- **API** via DRF
52+
- **Charts** via ApexJS
53+
- **Celery** (async tasks)
54+
- **Deployment-Ready** for Render
55+
56+
![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)
57+
58+
<br />
59+
2660
---
2761
**[Django Admin Volt](https://app-generator.dev/docs/products/django-libs/theme-volt.html)** - Modern Django Admin Interface provided by **[App-Generator](https://app-generator.dev)**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-admin-volt',
11-
version='1.0.13',
11+
version='1.0.14',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)