I have a Django webservice running on one machine that submits jobs to a celery worker running on another machine.
Here is what my models.py looks like:
models.py