From f5fa6075c017e9f0f1c0f975b5574a5b8cc6160b Mon Sep 17 00:00:00 2001 From: App Generator <51070104+app-generator@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:46:26 +0200 Subject: [PATCH] v1.0.20 - Preselect the design in the Generator --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 34 +++++++++++++++++++++++++++++----- 2 files changed, 45 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 509a95a5..0b0979ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [1.0.20] 2024-12-16 +### Changes + +- Preselect the design in the Generator: + - [Django App Generator - AdminLTE Design](https://app-generator.dev/tools/django-generator/adminlte/) +- (Optional) Design Database: edit models and fields +- (Optional) Edit the fields for the extended user model +- (Optional) Enable OAuth for GitHub +- (Optional) Add Celery (async tasks) +- (Optional) Enable Dynamic API Module +- Docker Scripts +- Render CI/Cd Scripts + +**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.** + + ## [1.0.19] 2024-11-27 ### Changes diff --git a/README.md b/README.md index ba85d2d8..9c202d04 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,37 @@ The product is designed to deliver the best possible user experience with highly
+### Customize with [Django App Generator - AdminLTE Design](https://app-generator.dev/tools/django-generator/adminlte/) + +- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page +- Select **AdminLTE Dashboard** as the preferred design +- (Optional) Design Database: edit models and fields +- (Optional) Edit the fields for the extended user model +- (Optional) Enable OAuth for GitHub +- (Optional) Add Celery (async tasks) +- (Optional) Enable Dynamic API Module +- Docker Scripts +- Render CI/Cd Scripts + +**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.** + +
+ +## Deploy on `Render` (free plan) + +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy) + +
+ ## Features -- **Django 4.1.12** -- Best Practices -- [AdminLTE Dashboard](https://app-generator.dev/docs/templates/bootstrap/adminlte.html) - Full Integration -- `CI/CD` Flow via Render -- `Docker` +- Simple, Easy-to-Extend Codebase +- AdminLTE Design - Full Integration +- Bootstrap 5 Styling +- Session-based Authentication, Password recovery +- DB Persistence: SQLite (default), can be used with MySql, PgSql +- Docker +- CI/CD integration for Render ![Django AdminLTE - Open-Source Django Starter ](https://github.com/app-generator/django-adminlte/assets/51070104/8f0c396d-2f33-46b9-9689-2982c987399d)