Skip to content

Commit 92ab48a

Browse files
committed
v1.0.14 - Update RM (minor)
1 parent 161d787 commit 92ab48a

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [1.0.14] 2025-04-28
4+
### [AdminLTE](https://app-generator.dev/product/adminlte/) Django Integration Changes
5+
6+
- Update RM (minor)
7+
- [Django AdminLTE](https://app-generator.dev/product/adminlte/django/) features list
8+
- [Django AdminLTE PRO](https://app-generator.dev/product/adminlte-pro/django/) features list
9+
310
## [1.0.13] 2025-04-25
411
### [AdminLTE](https://app-generator.dev/product/adminlte/) Django Integration Changes
512

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,20 @@ Pre-built starters for coding dashboards and services (APIs, DataTables) with sp
2626
> The FREE Version (MIT License) - [Live Demo](https://django-adminlte.onrender.com).
2727
2828
- Simple, Easy-to-Extend Codebase
29-
- [AdminLTE](https://app-generator.dev/product/adminlte/) Integration
30-
- Bootstrap Styling
29+
- [AdminLTE](https://app-generator.dev/product/adminlte/) Design Integration
30+
- [Bootstrap](https://app-generator.dev/docs/templates/bootstrap.html) CSS Styling
31+
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
32+
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
33+
- Charts
34+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
35+
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
36+
- `Backup & restore DB`
37+
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
38+
- `Manage Environment`
39+
- `Manage Dependencies`
3140
- Session-based Authentication, Password recovery
3241
- DB Persistence: SQLite (default), can be used with MySql, PgSql
3342
- Docker, CI/CD for Render
34-
- Vite for assets management
3543

3644
![Django AdminLTE - Modern template for Django Admin Section crafted on top of a modern Bootstrap, Open-Source Design.](https://user-images.githubusercontent.com/51070104/168842202-9b80a957-a375-4e6d-8247-2cc459267a86.png)
3745

@@ -47,18 +55,16 @@ Pre-built starters for coding dashboards and services (APIs, DataTables) with sp
4755
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
4856
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
4957
- Charts
50-
- React Integration
58+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
5159
- Session-based Authentication, Password recovery
52-
- OAuth GitHub
60+
- OAuth GitHub, Google
5361
- DB Persistence: SQLite (default), can be used with MySql, PgSql
5462
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
5563
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
5664
- `Backup & restore DB`
5765
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
5866
- `Manage Environment`
5967
- `Manage Dependencies`
60-
- Session-based Authentication, Password recovery
61-
- DB Persistence: SQLite (default), can be used with MySql, PgSql
6268
- Docker, CI/CD for Render
6369

6470
![Django AdminLTE - The premium version: API, Charts, React Intergration, Dynamic DT, and Docker Support.](https://github.com/user-attachments/assets/892dd62b-2127-4a8c-ba44-932999fdddbc)

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-adminlte',
11-
version='1.0.13',
11+
version='1.0.14',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)