Skip to content

Commit 767458a

Browse files
committed
v1.0.25 - Dynamic Services, Refactoring
1 parent 284d398 commit 767458a

File tree

4 files changed

+43
-12
lines changed

4 files changed

+43
-12
lines changed

CHANGELOG.md

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

3+
## [1.0.25] 2025-05-12
4+
### [Django Material Dashboard](https://app-generator.dev/product/material-dashboard/django/) Changes
5+
6+
- Codebase Refactoring
7+
- CONFIG.Settings/SECRET_KEY: remove randomness if not specified
8+
- New APPS
9+
- Added Dynamic Tables
10+
- Added Dynamic APIs
11+
- Charts
12+
313
## [1.0.24] 2024-12-16
414
### Changes
515

README.md

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,51 @@
11

22
# [Django Material Dashboard](https://app-generator.dev/product/material-dashboard/django/)
33

4-
Open-source **Django** project crafted on top of **Material Dashboard**, an open-source iconic `Bootstrap` design.
4+
Open-source **Django** project crafted on top of **[Material Dashboard](https://app-generator.dev/product/material-dashboard/)**,
5+
an open-source iconic `Bootstrap` Design from [Creative-Tim](https://app-generator.dev/agency/creative-tim/).
56
The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.
67

78
- 👉 [Django Material Dashboard](https://app-generator.dev/product/material-dashboard/django/) - `Product Page`
89
- 👉 [Django Material Dashboard](https://django-material-dash2.onrender.com/) - `LIVE Demo`
9-
- 👉 [Django Material Dashboard Documentation](https://app-generator.dev/docs/products/django/material-dashboard/index.html) - `Complete Information` and Support Links
10-
- [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) - a `comprehensive tutorial`
11-
- `Configuration`: Install Tailwind/Flowbite, Prepare Environment, Setting up the Database
12-
- `Start with Docker`
13-
- `Manual Build`
14-
- `Start the project`
15-
- `Deploy on Render`
10+
- 👉 [Django Material Dashboard Documentation](https://app-generator.dev/docs/products/django/material-dashboard/index.html) - `Documentation` (learn how to use the product)
1611

1712
<br />
1813

1914
## Features
2015

2116
- Simple, Easy-to-Extend Codebase
22-
- [Material Dashboard](https://app-generator.dev/docs/templates/bootstrap/material-dashboard.html) Integration
17+
- [Material Dashboard](https://app-generator.dev/product/material-dashboard/)
2318
- [Bootstrap](https://app-generator.dev/docs/templates/bootstrap.html) CSS Styling
2419
- Session-based Authentication, Password recovery
2520
- DB Persistence: SQLite (default), can be used with MySql, PgSql
26-
- Docker
27-
- CI/CD integration for Render
21+
- Apps:
22+
- **Dynamic DataTables** - generate server-side datatables without coding
23+
- **Dynamic APIs** - Expose secure APIs without coding
24+
- **Charts** - powered by ApexCharts
25+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
26+
- `Commit/rollback Git Changes`
27+
- `Backup & restore DB`
28+
- `Interact with Django Core`
29+
- `Manage Environment`
30+
- `Manage Dependencies`
31+
- [Deployment](https://app-generator.dev/docs/deployment.html)
32+
- Docker/Docker Compose Scripts
33+
- CI/CD for [Render](https://app-generator.dev/docs/deployment/render/index.html)
34+
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
35+
36+
<br />
37+
38+
## [Documentation](https://app-generator.dev/docs/products/django/material-dashboard/index.html)
39+
40+
- Understand the codebase structure
41+
- Prepare the environment
42+
- Setting Up the Database
43+
- Start the Project
44+
- Switch from SQLite to MySql or PgSql
45+
- Add a new model and migrate database
46+
- Enable `Dynamic Tables` for a new model
47+
- Enable `Dynamic API` for a new model
48+
- Deploy on Render
2849

2950
![Django Material Dashboard - Open-Source Django Starter](https://github.com/user-attachments/assets/dba1a100-3309-400c-99bc-6ba707697509)
3051

db.sqlite3

0 Bytes
Binary file not shown.

templates/includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h6 class="ps-4 ms-2 text-uppercase text-xs text-dark font-weight-bolder opacity
159159
<div class="sidenav-footer position-absolute w-100 bottom-0 ">
160160
<div class="mx-3">
161161
<a class="btn btn-outline-dark mt-4 w-100" href="https://app-generator.dev/docs/products/django/material-dashboard/index.html" type="button">Documentation</a>
162-
<a class="btn bg-gradient-dark w-100" href="https://app-generator.dev/product/material-dashboard-pro/django/" type="button">Upgrade to PRO</a>
162+
<a class="btn bg-gradient-dark w-100" href="https://app-generator.dev/product/material-dashboard/django/" type="button">Download</a>
163163
</div>
164164
</div>
165165
</aside>

0 commit comments

Comments
 (0)