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 ff11e18 commit 057bacaCopy full SHA for 057baca
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Change Log
2
3
+## [0.0.3] 2022-10-14
4
+### Improvements
5
+
6
+- Install [django-tasks-manager](https://github.com/app-generator/django-tasks-manager) via `PIP`
7
+- Create directories:
8
+ - `celery_logs` - for tasks logging
9
+ - `celery_scrips` - with [sample scripts](https://github.com/app-generator/django-tasks-manager/tree/main/django_tm/celery_scripts)
10
+ - check-db-health.py, check-disk-free.py, clean-database.py
11
12
## [0.0.2] 2022-10-14
13
### Improvements
14
@@ -9,5 +18,4 @@
18
### Project Creation
19
20
- The start of the project is tracked
- - just the minimal structure
-
21
+ - just the minimal structure
0 commit comments