From 7af9443797e80abf9f7d9df0f3b81f7e373d394a Mon Sep 17 00:00:00 2001 From: App Generator <51070104+app-generator@users.noreply.github.com> Date: Sun, 15 Dec 2024 09:28:46 +0200 Subject: [PATCH] v1.0.23 - Added Django Generator Section --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12954f2..87f8ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [1.0.23] 2024-12-15 +### Changes + +Mention [Django App Generator](https://app-generator.dev/tools/django-generator/) Service: + +- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page +- Select 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.** + ## [1.0.22] 2024-12-02 ### Changes diff --git a/README.md b/README.md index 8268954..099f883 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,22 @@ The product is designed to deliver the best possible user experience with highly
+## Add Features with [Django App Generator](https://app-generator.dev/tools/django-generator/) + +- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page +- Select Material 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 LIVE > One-click deploy (requires to have already an account).