Files
django-deploy/README.rst

37 lines
505 B
ReStructuredText

ABOUT
=====
This is a helper to deploy reusable django apps
into a django project.
REQUIREMENTS
============
- python >= 3
- 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