Files
django-deploy/README.rst
heinzel c4eff35ea5
All checks were successful
buildbot/tox Build done.
UPD: Improved metadata and documentation.
2019-11-17 14:01:09 +01:00

37 lines
507 B
ReStructuredText

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