Skip to content

Commit f5fa607

Browse files
committed
v1.0.20 - Preselect the design in the Generator
1 parent 5813bf3 commit f5fa607

File tree

2 files changed

+45
-5
lines changed

2 files changed

+45
-5
lines changed

CHANGELOG.md

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

3+
## [1.0.20] 2024-12-16
4+
### Changes
5+
6+
- Preselect the design in the Generator:
7+
- [Django App Generator - AdminLTE Design](https://app-generator.dev/tools/django-generator/adminlte/)
8+
- (Optional) Design Database: edit models and fields
9+
- (Optional) Edit the fields for the extended user model
10+
- (Optional) Enable OAuth for GitHub
11+
- (Optional) Add Celery (async tasks)
12+
- (Optional) Enable Dynamic API Module
13+
- Docker Scripts
14+
- Render CI/Cd Scripts
15+
16+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
17+
18+
319
## [1.0.19] 2024-11-27
420
### Changes
521

README.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,37 @@ The product is designed to deliver the best possible user experience with highly
1515

1616
<br />
1717

18+
### Customize with [Django App Generator - AdminLTE Design](https://app-generator.dev/tools/django-generator/adminlte/)
19+
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
29+
30+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
31+
32+
<br />
33+
34+
## Deploy on `Render` (free plan)
35+
36+
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)
37+
38+
<br />
39+
1840
## Features
1941

20-
- **Django 4.1.12**
21-
- Best Practices
22-
- [AdminLTE Dashboard](https://app-generator.dev/docs/templates/bootstrap/adminlte.html) - Full Integration
23-
- `CI/CD` Flow via Render
24-
- `Docker`
42+
- Simple, Easy-to-Extend Codebase
43+
- AdminLTE Design - Full Integration
44+
- Bootstrap 5 Styling
45+
- Session-based Authentication, Password recovery
46+
- DB Persistence: SQLite (default), can be used with MySql, PgSql
47+
- Docker
48+
- CI/CD integration for Render
2549

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

0 commit comments

Comments
 (0)