diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ab8c86..2782f206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [1.0.14] 2024-12-16 +### Changes + +- Preselect the design in the Generator: + - [Django App Generator - Pixel UI KIT](https://app-generator.dev/tools/django-generator/pixel/) +- (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.13] 2024-11-29 ### Changes diff --git a/README.md b/README.md index 9a67a335..9f473121 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 - Pixel UI KIT](https://app-generator.dev/tools/django-generator/pixel/) -> One-click deploy (requires to have already an account). +- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page +- Select **Pixel 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)