Skip to content

Commit 80b2d52

Browse files
committed
v1.0.28 - Added Flask App Generator Link
1 parent be74213 commit 80b2d52

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CHANGELOG.md

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

3+
## [1.0.28] 2025-03-06
4+
### Changes
5+
6+
- Update RM - Added [Flask App Generator](https://app-generator.dev/tools/flask-generator/) Link
7+
- Select the preferred design
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 Tables Module
13+
- Docker Scripts
14+
- Render CI/Cd Scripts
15+
316
## [1.0.27] 2025-02-27
417
### Changes
518

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@ The product is designed to deliver the best possible user experience with highly
1515

1616
<br />
1717

18+
### Customize with [Flask App Generator](https://app-generator.dev/tools/flask-generator/)
19+
20+
- Access the [App Generator](https://app-generator.dev/tools/flask-generator/) page
21+
- Select the preferred design
22+
- (Optional) Design Database: edit models and fields
23+
- (Optional) Edit the fields for the extended user model
24+
- (Optional) Enable OAuth for GitHub
25+
- (Optional) Add Celery (async tasks)
26+
- (Optional) Enable Dynamic Tables Module
27+
- Docker Scripts
28+
- Render CI/Cd Scripts
29+
30+
**The generated Flask project is available as a ZIP Archive and also uploaded to GitHub.**
31+
32+
<br />
33+
1834
## Deploy LIVE
1935

2036
> One-click deploy (requires to have already an account).

0 commit comments

Comments
 (0)