Skip to content

Commit

Permalink
v1.0.12 - Preselect the design in the Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Dec 16, 2024
1 parent 4297707 commit cb87ea7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,23 @@ The product is designed to deliver the best possible user experience with highly

<br />

## 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.**

<br />

## Deploy on `Render` (free plan)

[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)

Expand Down

0 comments on commit cb87ea7

Please sign in to comment.