UPD: Improved metadata and documentation.
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2019-11-17 14:01:09 +01:00
parent 5179e832a4
commit c4eff35ea5
4 changed files with 49 additions and 10 deletions

View File

@@ -1,19 +1,36 @@
ABOUT
=====
This is a helper to deploy django apps.
This is a helper to deploy reusable django apps
into a django project.
REQUIREMENTS
============
See INSTALL.rst
- 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
============
See INSTALL.rst
``pip install .``
LICENCE
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
=======
Permission to use, copy, modify, and/or distribute this software
for any purpose with or without fee is hereby granted.
See LICENSE