Metadata-Version: 2.1
Name: autoreport
Version: 0.1.2
Summary: Self-made relatorio reports for Django
Home-page: http://github.com/terrex/autoreport
Author: Guillermo Gutiérrez
Author-email: xiterrex@gmail.com
License: GPL
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Processing :: Markup :: XML
Requires-Dist: Django>=1.1.1
Requires-Dist: relatorio>=0.5

autoreport for django
=====================

Requirements
------------
  Tested with Django 1.1.1.
  Requires relatorio.

How to use it
-------------

  Install it by adding 'autoreport' to INSTALLED_APPS in your settings,
  (it requires running syncdb again for new models to be installed).

  Then, add a line like this into your main URLConf:

    (r'^autoreport/', include('autoreport.urls')),

  You should overwrite templates from autoreport's templates folder
  in order to match your project.
