Skip to content

Commit efedf4b

Browse files
committed
v1.0.14 - Preselect the design in the Generator
1 parent fa369cd commit efedf4b

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [1.0.14] 2024-12-16
4+
### Changes
5+
6+
- Preselect the design in the Generator:
7+
- [Django App Generator - Pixel UI KIT](https://app-generator.dev/tools/django-generator/pixel/)
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.13] 2024-11-29
419
### Changes
520

README.md

+16-2
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 - Pixel UI KIT](https://app-generator.dev/tools/django-generator/pixel/)
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 **Pixel 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)