Skip to content
Collin Green edited this page Jun 13, 2015 · 1 revision

Djeroku - Django + Heroku

Djeroku is a django project template with settings and some helper scripts that make it trivial to develop your project locally and deploy to heroku. It is very opinionated and sets a LOT of things up automatically. You should read through the fabfile that creates the heroku staging and production projects, as well as each of the settings files (common, dev, prod) and decide what you do and don't want.

Extra Tools

In the past, Djeroku shipped with some extra tools for tasks that often come up while developing. These have been removed from the project template and now live on the snippets page.

Clone this wiki locally