File tree Expand file tree Collapse file tree 2 files changed +35
-7
lines changed Expand file tree Collapse file tree 2 files changed +35
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
24
## [ 1.0.30] 2025-04-15
4
25
### Changes
5
26
Original file line number Diff line number Diff line change @@ -10,15 +10,22 @@ Open-source **[Django Template](https://www.creative-tim.com/templates/django)**
10
10
11
11
## Features:
12
12
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 `
18
25
- Session-based Authentication, Password recovery
19
26
- 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
22
29
23
30
<br />
24
31
You can’t perform that action at this time.
0 commit comments