Skip to content

Commit ddff4d5

Browse files
committed
v1.0.10 - Preselect the design in the Generator
1 parent 0dbc2da commit ddff4d5

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [1.0.10] 2024-12-16
4+
### Changes
5+
6+
- Preselect the design in the Generator:
7+
- [Django App Generator - Soft UI KIT](https://app-generator.dev/tools/django-generator/soft-kit/)
8+
- (Optional) Design Database: edit models and fields
9+
- (Optional) Edit the fields for the extended user model
10+
- (Optional) Enable OAuth for GitHub
11+
- (Optional) Add Celery (async tasks)
12+
- (Optional) Enable Dynamic API Module
13+
- Docker Scripts
14+
- Render CI/Cd Scripts
15+
16+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
17+
318
## [1.0.9] 2024-11-29
419
### Changes
520

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,23 @@ The product is designed to deliver the best possible user experience with highly
1616

1717
<br />
1818

19-
## Deploy LIVE
19+
### Customize with [Django App Generator - Soft UI KIT](https://app-generator.dev/tools/django-generator/soft-kit/)
2020

21-
> One-click deploy (requires to have already an account).
21+
- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
22+
- Select **Soft UI Kit** as the preferred design
23+
- (Optional) Design Database: edit models and fields
24+
- (Optional) Edit the fields for the extended user model
25+
- (Optional) Enable OAuth for GitHub
26+
- (Optional) Add Celery (async tasks)
27+
- (Optional) Enable Dynamic API Module
28+
- Docker Scripts
29+
- Render CI/Cd Scripts
30+
31+
**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
32+
33+
<br />
34+
35+
## Deploy on `Render` (free plan)
2236

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

0 commit comments

Comments
 (0)