Skip to content

Commit c436ab6

Browse files
committed
v1.0.25 - Update RM links & product info
1 parent b0365e7 commit c436ab6

File tree

2 files changed

+49
-31
lines changed

2 files changed

+49
-31
lines changed

CHANGELOG.md

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

3+
## [1.0.25] 2025-05-05
4+
### [Django AdminLTE](https://app-generator.dev/product/adminlte/django/) Changes
5+
6+
- Update RM links & product info
7+
38
## [1.0.24] 2025-04-25
49
### [Django AdminLTE](https://app-generator.dev/product/adminlte/django/) Changes
510

README.md

Lines changed: 44 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@
33
**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.
44

55
- 👉 [Django AdminLTE](https://app-generator.dev/product/adminlte/django/) - `Product Page`
6-
- 👉 [Django AdminLTE](https://django-adminlte.onrender.com) - `LIVE Demo`
7-
- 👉 [Django AdminLTE](https://app-generator.dev/docs/products/django/adminlte/index.html) - `Complete Information` and Support Links
8-
- [Getting Started with Django](https://app-generator.dev/docs/technologies/django/index.html) - a `comprehensive tutorial`
9-
- `Configuration`: Install Tailwind/Flowbite, Prepare Environment, Setting up the Database
10-
- `Start with Docker`
11-
- `Manual Build`
12-
- `Start the project`
13-
- `Deploy on Render`
6+
- 👉 [Django AdminLTE](https://django-adminlte.onrender.com/dynamic-dt/product/) - `LIVE Demo`
7+
- 👉 [Django AdminLTE](https://app-generator.dev/docs/products/django/adminlte/index.html) - `Documentation` (learn how to use the product)
148

159
<br />
1610

@@ -19,19 +13,35 @@
1913
- Simple, Easy-to-Extend Codebase
2014
- [AdminLTE](https://app-generator.dev/product/adminlte/) Design Integration
2115
- [Bootstrap](https://app-generator.dev/docs/templates/bootstrap.html) CSS Styling
22-
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
23-
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
24-
- Charts
16+
- Session-based Authentication, Password recovery
17+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
18+
- Apps:
19+
- Dynamic Tables - see [DEMO](https://django-adminlte.onrender.com/dynamic-dt/product/)
20+
- Dynamic API - see [DEMO](https://django-adminlte.onrender.com/api/)
21+
- Charts - see [DEMO](https://django-adminlte.onrender.com/charts/)
2522
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
26-
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
23+
- `Commit/rollback Git Changes`
2724
- `Backup & restore DB`
28-
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
25+
- `Interact with Django Core`
2926
- `Manage Environment`
30-
- `Manage Dependencies`
31-
- Session-based Authentication, Password recovery
32-
- DB Persistence: SQLite (default), can be used with MySql, PgSql
33-
- Docker, CI/CD for Render
34-
- [Integrate Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management
27+
- `Manage Dependencies`
28+
- [Deployment](https://app-generator.dev/docs/deployment.html)
29+
- Docker/Docker Compose Scripts
30+
- CI/CD for [Render](https://app-generator.dev/docs/deployment/render/index.html)
31+
32+
<br />
33+
34+
## [Documentation](https://app-generator.dev/docs/products/django/adminlte/index.html)
35+
36+
- Understand the codebase structure
37+
- Prepare the environment
38+
- Setting Up the Database
39+
- Start the Project
40+
- Switch from SQLite to MySql or PgSql
41+
- Add a new model and migrate database
42+
- Enable `Dynamic Tables` for a new model
43+
- Enable `Dynamic API` for a new model
44+
- Deploy on Render
3545

3646
![Django AdminLTE - Open-Source Django Starter ](https://github.com/app-generator/django-adminlte/assets/51070104/8f0c396d-2f33-46b9-9689-2982c987399d)
3747

@@ -43,30 +53,33 @@
4353

4454
<br />
4555

46-
4756
## [AdminLTE PRO Version](https://app-generator.dev/product/adminlte-pro/django/)
4857

4958
> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-adminlte-pro.onrender.com/charts/)
5059
5160
- Simple, Easy-to-Extend Codebase
5261
- [AdminLTE](https://app-generator.dev/product/adminlte/) Design Integration
5362
- Bootstrap Styling
54-
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
55-
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
56-
- Charts
57-
- React Integration
58-
- Session-based Authentication, Password recovery
59-
- OAuth GitHub
6063
- DB Persistence: SQLite (default), can be used with MySql, PgSql
64+
- Extended Users Profiles
65+
- Authentication
66+
- Session-based
67+
- OAuth GitHub, Google
68+
- Apps:
69+
- Dynamic Tables - see [DEMO](https://django-adminlte-pro.onrender.com/dynamic-dt/product/)
70+
- Dynamic APIs - see [DEMO](https://django-adminlte-pro.onrender.com/api/)
71+
- Charts - see [DEMO](https://django-adminlte-pro.onrender.com/charts/)
72+
- Media Files Manager
73+
- Celery (async tasks)
6174
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
62-
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
75+
- `Commit/rollback Git Changes`
6376
- `Backup & restore DB`
64-
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
77+
- `Interact with Django Core`
6578
- `Manage Environment`
66-
- `Manage Dependencies`
67-
- Session-based Authentication, Password recovery
68-
- DB Persistence: SQLite (default), can be used with MySql, PgSql
69-
- Docker, CI/CD for Render
79+
- `Manage Dependencies`
80+
- [Deployment](https://app-generator.dev/docs/deployment.html)
81+
- Docker/Docker Compose Scripts
82+
- CI/CD for [Render](https://app-generator.dev/docs/deployment/render/index.html)
7083

7184
![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)
7285

0 commit comments

Comments
 (0)