This commit is contained in:
29
README.rst
29
README.rst
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user