An effortlessly pre configured Django, Celery and SQS template repository for those who want to process asynchronous background tasks.
Before running this app we will need:
Inside the cloned repository folder:
- Copy the .env.example
cp .env.example .env
- Build and run the app:
docker-compose up
That's it! After building and running the app your should have 5 container services available on your machine. Now you can start developing your application and your async background tasks!