Skip to content

Commit f4b15d3

Browse files
committed
v1.0.21 - Mention App Generator
1 parent cdb5e79 commit f4b15d3

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
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.21] 2024-12-16
4+
### Changes
5+
6+
- Mention [Django App Generator - Material Design](https://app-generator.dev/tools/django-generator/material/)
7+
38
## [1.0.20] 2024-12-03
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 - Material Design](https://app-generator.dev/tools/django-generator/material/)
23+
24+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
25+
- Select **Material 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 Material Dashboard - Open-Source Django Starter](https://github.com/user-attachments/assets/dba1a100-3309-400c-99bc-6ba707697509)
2339

2440
<br />

admin_material/templates/includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="icon" type="image/png" href="{% static "assets/img/favicon.png" %}">
77

88
<title>
9-
Material Dashboard - Open-source starter
9+
Material Dashboard - Open-source Django Starter
1010
</title>
1111

1212
<link rel="canonical" href="https://app-generator.dev/product/material-dashboard/django/" />

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

0 commit comments

Comments
 (0)