Skip to content

Commit 057baca

Browse files
committed
Release v0.0.3 - Add Directories & Sample Scripts
1 parent ff11e18 commit 057baca

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

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

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+
312
## [0.0.2] 2022-10-14
413
### Improvements
514

@@ -9,5 +18,4 @@
918
### Project Creation
1019

1120
- The start of the project is tracked
12-
- just the minimal structure
13-
21+
- just the minimal structure

0 commit comments

Comments
 (0)