Skip to content

Commit

Permalink
v1.0.14 - 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 fa369cd commit efedf4b
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.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

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

<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 efedf4b

Please sign in to comment.