diff --git a/CHANGELOG.md b/CHANGELOG.md index 586f6c15..6ee470e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [1.0.21] 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.20] 2024-11-27 ### Changes diff --git a/README.md b/README.md index 3cd5dcdf..734f9970 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,39 @@ 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 Corporate 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). + +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy) + +
+ ## Features -- **Django 4.1.12** -- Best Practices -- [Black Dashboard](https://app-generator.dev/docs/templates/bootstrap/black-dashboard.html) - Full Integration -- `CI/CD` Flow via Render -- `Docker` +- Simple, Easy-to-Extend Codebase +- Black Dashboard Design - Full Integration +- Bootstrap Styling +- Session-based Authentication, Password recovery +- DB Persistence: SQLite (default), can be used with MySql, PgSql +- Docker +- CI/CD integration for Render ![Django Black Dashboard - Open-Source Django Starter ](https://user-images.githubusercontent.com/51070104/196730732-dda1794b-93ce-48cb-bc5c-182411495512.png)