thanks!
Disclaimer: I never really used docker before. But it seems that it would remove a lot of load in downloading/installing/configuring packages and setting things up, both on your end and mine.
Like: I had to download and install redis, pycrypto, wkhtmltopdf, set up cron tasks, run redis, celery & monit.
Maybe all this could be bundled up with the django app in a docker container and ready to go.