Skip to content

fourdigits/wagtailreports

Repository files navigation

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:

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

Add wagtailreports to your settings:

INSTALLED_APPS = [
    ...
    'wagtailreports',
]

Include the wagtailreports_urls in your urls:

from wagtailreports import urls as wagtailreports_urls

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

]

Wagtail Reports

About

Wagtail Reports allows to create custom reports.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published