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.
- Host: GitHub
- URL: https://github.com/fourdigits/wagtailreports
- Owner: fourdigits
- Created: 2017-10-24T10:55:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T16:06:11.000Z (over 8 years ago)
- Last Synced: 2025-02-05T05:41:24.499Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 293 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.txt
- Contributing: CONTRIBUTING.md
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