# Django-Celery-Redis-Docker-Compose
4 service integration.
There is a simple add function in task.py.
These commands can be useful:
-docker exec -it django sh (to access django shell)
-python manage.py shell
-from app.tasks import add
-add.delay(2,2)
It receives the async task succesful.