Skip to content

Commit 0874993

Browse files
committed
v1.0.21 - Update RM Links (minor)
1 parent f5fa607 commit 0874993

File tree

2 files changed

+54
-37
lines changed

2 files changed

+54
-37
lines changed

CHANGELOG.md

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

3+
## [1.0.21] 2025-04-19
4+
### Changes
5+
6+
- Update RM
7+
- Mention [AdminLTE](https://app-generator.dev/product/adminlte/) Design Integration
8+
39
## [1.0.20] 2024-12-16
410
### Changes
511

README.md

Lines changed: 48 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# [Django AdminLTE](https://app-generator.dev/product/adminlte/django/)
22

3-
Open-source **Django Starter with AdminLTE Design**, an open-source iconic `Bootstrap` design.
4-
The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.
3+
**Open-source Django Starter** crafted on top of **[AdminLTE](https://app-generator.dev/product/adminlte/)**, an open-source `Bootstrap` Design. The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.
54

65
- 👉 [Django AdminLTE](https://app-generator.dev/product/adminlte/django/) - `Product Page`
76
- 👉 [Django AdminLTE](https://adminlte-django.appseed-srv1.com) - `LIVE Demo`
@@ -13,62 +12,74 @@ The product is designed to deliver the best possible user experience with highly
1312
- `Start the project`
1413
- `Deploy on Render`
1514

16-
<br />
15+
<br />
1716

18-
### Customize with [Django App Generator - AdminLTE Design](https://app-generator.dev/tools/django-generator/adminlte/)
17+
## Features
1918

20-
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
21-
- Select **AdminLTE Dashboard** as the preferred design
22-
- (Optional) Design Database: edit models and fields
23-
- (Optional) Edit the fields for the extended user model
24-
- (Optional) Enable OAuth for GitHub
25-
- (Optional) Add Celery (async tasks)
26-
- (Optional) Enable Dynamic API Module
27-
- Docker Scripts
28-
- Render CI/Cd Scripts
19+
- Simple, Easy-to-Extend Codebase
20+
- [AdminLTE](https://app-generator.dev/product/adminlte/) Design Integration
21+
- [Bootstrap](https://app-generator.dev/docs/templates/bootstrap.html) CSS Styling
22+
- Session-based Authentication, Password recovery
23+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
24+
- Docker
25+
- CI/CD integration for Render
2926

30-
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
27+
![Django AdminLTE - Open-Source Django Starter ](https://github.com/app-generator/django-adminlte/assets/51070104/8f0c396d-2f33-46b9-9689-2982c987399d)
3128

3229
<br />
3330

34-
## Deploy on `Render` (free plan)
31+
## Deploy on `Render`
3532

3633
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
3734

38-
<br />
35+
<br />
3936

40-
## Features
37+
38+
## [AdminLTE PRO Version](https://app-generator.dev/product/adminlte-pro/django/)
39+
40+
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-adminlte-pro.onrender.com/charts/)
4141
4242
- Simple, Easy-to-Extend Codebase
43-
- AdminLTE Design - Full Integration
44-
- Bootstrap 5 Styling
43+
- [AdminLTE](https://app-generator.dev/product/adminlte/) Design Integration
44+
- Bootstrap Styling
45+
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
46+
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
47+
- Charts
48+
- React Integration
4549
- Session-based Authentication, Password recovery
50+
- OAuth GitHub
4651
- DB Persistence: SQLite (default), can be used with MySql, PgSql
47-
- Docker
48-
- CI/CD integration for Render
52+
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
53+
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
54+
- `Backup & restore DB`
55+
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
56+
- `Manage Environment`
57+
- `Manage Dependencies`
58+
- Session-based Authentication, Password recovery
59+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
60+
- Docker, CI/CD for Render
4961

50-
![Django AdminLTE - Open-Source Django Starter ](https://github.com/app-generator/django-adminlte/assets/51070104/8f0c396d-2f33-46b9-9689-2982c987399d)
62+
![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)
5163

5264
<br />
5365

54-
## [AdminLTE PRO Version](https://app-generator.dev/product/adminlte-pro/django/)
66+
## `Customize` with [Django App Generator](https://app-generator.dev/tools/django-generator/)
5567

56-
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-adminlte-pro.onrender.com/charts/)
68+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
69+
- Select the preferred design
70+
- (Optional) Design Database: edit models and fields
71+
- (Optional) Edit the fields for the extended user model
72+
- (Optional) Enable OAuth for GitHub
73+
- (Optional) Add Celery (async tasks)
74+
- (Optional) Enable Dynamic API Module
75+
- Docker Scripts
76+
- Render CI/Cd Scripts
5777

58-
- **Simple, Easy-to-Extend** Codebase
59-
- **AdminLTE** Design
60-
- **OAuth** - Github
61-
- **Extended User Profile**
62-
- **API** via DRF
63-
- **Charts** via ApexJS
64-
- **React Integration** (new)
65-
- **Dynamic DataTables**
66-
- **CSV to Model** Generator
67-
- **CSV** Loader
68-
- **Celery** (async tasks)
69-
- **Deployment-Ready** for Render
78+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
7079

71-
![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)
80+
![Django Generator - User Interface for choosing the Design](https://github.com/user-attachments/assets/b989c434-1c53-49ff-8dda-b46dbfc142ac)
81+
82+
![Django App Generator - User Interface for Edit the Extended User Model](https://github.com/user-attachments/assets/f1a5fb68-a5ba-49c9-a3ae-91716de09912)
7283

7384
<br />
7485

0 commit comments

Comments
 (0)