1. Deploy a Python WSGI app with a Celery worker in Heroku

    Mon 24 February 2014
    By Felipe Reyes

    This article explains how to deploy a WSGI python web app + a celery worker.

    A recommended reading before moving forward with Heroku is The Process Model.

    Jimsy

    The Application

    The application that we are going to deploy to heroku has the following components:

    • WSGI App, it can be a Django or …