File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed
admin_material/templates/includes Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff line change 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/ " />
Original file line number Diff line number Diff line change 88
99setup (
1010name = 'django-admin-material-dashboard' ,
11- version = '1.0.20 ' ,
11+ version = '1.0.21 ' ,
1212zip_safe = False ,
1313packages = find_packages (),
1414include_package_data = True ,
You can’t perform that action at this time.
0 commit comments