File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.0.28] 2024-12-15
4
+ ### Changes
5
+
6
+ Mention [ Django App Generator] ( https://app-generator.dev/tools/django-generator/ ) Service:
7
+
8
+ - Access the [ App Generator] ( https://app-generator.dev/tools/django-generator/ ) page
9
+ - Select the preferred design
10
+ - (Optional) Design Database: edit models and fields
11
+ - (Optional) Edit the fields for the extended user model
12
+ - (Optional) Enable OAuth for GitHub
13
+ - (Optional) Add Celery (async tasks)
14
+ - (Optional) Enable Dynamic API Module
15
+ - Docker Scripts
16
+ - Render CI/Cd Scripts
17
+
18
+ ** The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
19
+
3
20
## [ 1.0.27] 2024-12-02
4
21
### Changes
5
22
Original file line number Diff line number Diff line change @@ -13,7 +13,23 @@ The product is designed to deliver the best possible user experience with highly
13
13
- ` Manual Build `
14
14
- ` Start the project `
15
15
- ` Deploy on Render `
16
-
16
+
17
+ <br />
18
+
19
+ ## Add Features with [ Django App Generator] ( https://app-generator.dev/tools/django-generator/ )
20
+
21
+ - Access the [ App Generator] ( https://app-generator.dev/tools/django-generator/ ) page
22
+ - Select Soft Dashboard 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
+
17
33
<br />
18
34
19
35
## Deploy on ` Render ` (free plan)
You can’t perform that action at this time.
0 commit comments