diff --git a/CHANGELOG.md b/CHANGELOG.md index de6346b..71efe91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [1.0.12] 2024-12-16 +### Changes + +- Preselect the design in the Generator: + - [Django App Generator - Material UI KIT](https://app-generator.dev/tools/django-generator/material-kit/) +- (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.11] 2024-12-06 ### Changes diff --git a/README.md b/README.md index 2dc74a5..4e6e211 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,23 @@ The product is designed to deliver the best possible user experience with highly
-## Deploy LIVE +### Customize with [Django App Generator - Material UI KIT](https://app-generator.dev/tools/django-generator/material-kit/) -> One-click deploy (requires to have already an account). +- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page +- Select **Material UI Kit** 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)