~~~~~~~~~~~~~~~~
Add support to run Kaneda in asynchronous mode.
-----------------------------------------------
* Add Celery and RQ queue classes and tasks with backend reporting.
* Add the option to configure Kaneda with a settings file.
* Add utils.py file to handle the settings.
* Add asynchronous reporting, settings file and queue classes documentation.
* Add integration and benchmark testing. Improve unit tests.
Add Django support.
-------------------
* Move from django-kaneda project.
* Add integration tests.
* Improve Django documentation