Skip to content

Commit 9effca1

Browse files
committed
v1.0.28 - Added Django App Generator Section
1 parent c5e0780 commit 9effca1

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

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+
320
## [1.0.27] 2024-12-02
421
### Changes
522

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,23 @@ The product is designed to deliver the best possible user experience with highly
1313
- `Manual Build`
1414
- `Start the project`
1515
- `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+
1733
<br />
1834

1935
## Deploy on `Render` (free plan)

0 commit comments

Comments
 (0)