Home

Awesome

Django Model Deploy

Django application that facilitates the publication of data between environments such as development, testing and production.

Installation

Configuration

Usage

You can manage your deploys with django.contrib.admin or running ./manage.py deploytoserver --server=serverkey

Demo

Clone the repository and runs on two separate consoles:

1 $ ./manage.py runserver 8000

2 $ ./prod_manage.py runserver 8001

Bitdeli Badge