Tutorial: Django + Celery + RabbitMQ + Virtualenv
The goal of this post is to make a system with the next specifications and later publish here the updated tutorial step by step. I’m missing something from the new docs I cannot get, so I ask for help.
- Virtual environment in the app folder (python3.4 -m venv ~/webapps/app)
- Django 1.6.6
- Python 3.4
- Celery 3.1
- RabbitMQ 3.3.5
- Flower