An open API service indexing awesome lists of open source software.

https://github.com/fourdigits/wagtailreports

Wagtail Reports allows to create custom reports.
https://github.com/fourdigits/wagtailreports

Last synced: about 1 year ago
JSON representation

Wagtail Reports allows to create custom reports.

Awesome Lists containing this project

README

          

Wagtail Reports
===============

Wagtail Reports allows to create custom reports. The reports are displayed on the admin dashboard.
Wagtail Reports gives you and your team useful insight on the day-to-day content and content changes.

Install
-------

Pip install:

.. code-block:: bash

pip install git+ssh://git@github.com/fourdigits/wagtailreports.git

Add wagtailreports to your settings:

.. code:: python

INSTALLED_APPS = [
...
'wagtailreports',
]

Include the wagtailreports_urls in your urls:

.. code:: python

from wagtailreports import urls as wagtailreports_urls

urlpatterns = [
...
url(r'^reports/', include(wagtailreports_urls)),

]

.. image:: preview.png
:width: 100%
:alt: Wagtail Reports
:target: https://github.com/fourdigits/wagtailreports/raw/master/preview.png