A Django app to easily create and render reports.
Project description
=============================
django-reports
=============================
.. image:: https://badge.fury.io/py/django-reports.png
:target: https://badge.fury.io/py/django-reports
.. image:: https://travis-ci.org/grantmcconnaughey/django-reports.png?branch=master
:target: https://travis-ci.org/grantmcconnaughey/django-reports
A Django app to easily create and render reports.
Documentation
-------------
The full documentation is at https://django-reports.readthedocs.org.
Quickstart
----------
Install django-reports::
pip install django-reports
Then use it in a project::
import djreports
Features
--------
* TODO
Running Tests
--------------
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements-test.txt
(myenv) $ python runtests.py
Credits
---------
Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-pypackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
History
-------
0.1.0 (2015-10-02)
++++++++++++++++++
* First release on PyPI.
django-reports
=============================
.. image:: https://badge.fury.io/py/django-reports.png
:target: https://badge.fury.io/py/django-reports
.. image:: https://travis-ci.org/grantmcconnaughey/django-reports.png?branch=master
:target: https://travis-ci.org/grantmcconnaughey/django-reports
A Django app to easily create and render reports.
Documentation
-------------
The full documentation is at https://django-reports.readthedocs.org.
Quickstart
----------
Install django-reports::
pip install django-reports
Then use it in a project::
import djreports
Features
--------
* TODO
Running Tests
--------------
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements-test.txt
(myenv) $ python runtests.py
Credits
---------
Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-pypackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
History
-------
0.1.0 (2015-10-02)
++++++++++++++++++
* First release on PyPI.