Skip to content

Commit 4b22f07

Browse files
committed
v1.0.31 - Update RM, Features Section
1 parent 9ca08fe commit 4b22f07

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

CHANGELOG.md

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

3+
## [1.0.31] 2025-04-18
4+
### Changes
5+
6+
- Update RM, Features Section:
7+
- Simple, Easy-to-Extend codebase
8+
- Soft UI Dashboard
9+
- Bootstrap CSS Styling
10+
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
11+
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
12+
- Charts
13+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
14+
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
15+
- `Backup & restore DB`
16+
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
17+
- `Manage Environment`
18+
- `Manage Dependencies`
19+
- Session-based Authentication, Password recovery
20+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
21+
- Docker, CI/CD for Render
22+
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
23+
324
## [1.0.30] 2025-04-15
425
### Changes
526

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,22 @@ Open-source **[Django Template](https://www.creative-tim.com/templates/django)**
1010

1111
## Features:
1212

13-
- Simple, Easy-to-Extend Codebase
14-
- Soft UI Dashboard Design Integration
15-
- [Dynamic DataTables](https://django-soft-dash.onrender.com/dynamic-dt/product/) - [Generate Data Tables with Django](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html) (no coding)
16-
- [Dynamic API](https://django-soft-dash.onrender.com/api/product/) - [Generate API Endpoints with Django](https://app-generator.dev/docs/developer-tools/dynamic-api.html) (no coding)
17-
- [Charts](https://django-soft-dash.onrender.com/charts/) via ApexCharts.js
13+
- Simple, Easy-to-Extend codebase
14+
- Soft UI Dashboard
15+
- Bootstrap CSS Styling
16+
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
17+
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
18+
- Charts
19+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
20+
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
21+
- `Backup & restore DB`
22+
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
23+
- `Manage Environment`
24+
- `Manage Dependencies`
1825
- Session-based Authentication, Password recovery
1926
- DB Persistence: SQLite (default), can be used with MySql, PgSql
20-
- Docker
21-
- CI/CD integration for [Render](https://app-generator.dev/docs/deployment/render/index.html)
27+
- Docker, CI/CD for Render
28+
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
2229

2330
<br />
2431

0 commit comments

Comments
 (0)