-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Collin Green edited this page Jun 13, 2015
·
1 revision
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.
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.