We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96a75f commit 964fe84Copy full SHA for 964fe84
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## [1.0.21] 2024-12-07
4
+### Changes
5
+
6
+- Added Celery Support
7
+ - a minimal core
8
+- Flask-RestX API
9
10
## [1.0.20] 2024-11-30
11
### Changes
12
README.md
@@ -30,7 +30,9 @@ The product is designed to deliver the best possible user experience with highly
30
- Bootstrap 5 Styling
31
- Session-based Authentication
32
- DB Persistence: SQLite (default), can be used with MySql, PgSql
33
-- Flask-Migrate
+- DB Tools: Flask-Migrate
34
35
+- Async Tasks (Celery)
36
- Docker
37
- CI/CD integration for Render
38
0 commit comments