This is a naive demo that Django integrate with Celery as following.
You should first run a local Redis instance at default port 6379.
$ git clone https://github.com/counter2015/celeryDemo.git
# init python venv and download packages
$ bin/venv_init.sh
# mkdir for pid and logs storage, migrate database
$ bin/deploy.sh
# this will start server at http://localhost:8011
$ bin/run.sh
# you can stop server by this command
$ bin/stop.sh