Skip to content

Commit 6b04ef2

Browse files
committed
v1.0.24 - Mention Django Generator - Soft Design
1 parent a3d0ad9 commit 6b04ef2

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-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.24] 2024-12-16
4+
### Changes
5+
6+
- Mention [Django App Generator - Soft Design](https://app-generator.dev/tools/django-generator/soft/)
7+
38
## [1.0.23] 2024-12-02
49
### Changes
510

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@ Modern template for **[Django Admin](https://app-generator.dev/docs/products/dja
1919

2020
<br />
2121

22+
### Build a Starter with [Django App Generator - Soft Design](https://app-generator.dev/tools/django-generator/soft/)
23+
24+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
25+
- Select Soft 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 Soft Dashboard - Modern template for Django Admin Section crafted on top of a modern Bootstrap 5 Design.](https://github.com/user-attachments/assets/2dd7adf3-bf5f-4894-b585-3696e7a8606f)
2339

2440
<br />

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-soft-dashboard',
11-
version='1.0.23',
11+
version='1.0.24',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)