ABOUT ===== This is a helper to deploy reusable django apps into a django project. REQUIREMENTS ============ - python >= 2.7 - Django (will be pulled in by pip, if you haven't installed it already. Probably this is why you are interested in this project) INSTALLATION ============ ``pip install .`` USAGE ===== ``django-deploy.py --help`` DEVELOPMENT =========== For running the test suite, you will need tox (or pytest and mock). Running the test suite: ``tox`` LICENSE ======= See LICENSE