File tree 2 files changed +31
-2
lines changed
2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
18
## [ 1.0.13] 2024-11-29
4
19
### Changes
5
20
Original file line number Diff line number Diff line change @@ -16,9 +16,23 @@ The product is designed to deliver the best possible user experience with highly
16
16
17
17
<br />
18
18
19
- ## Deploy LIVE
19
+ ### Customize with [ Django App Generator - Pixel UI KIT ] ( https://app-generator.dev/tools/django-generator/pixel/ )
20
20
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)
22
36
23
37
[ ![ Deploy to Render] ( https://render.com/images/deploy-to-render-button.svg )] ( https://render.com/deploy )
24
38
You can’t perform that action at this time.
0 commit comments