Home

Awesome

Django Model Report

django-model-report is a Django application and library for reports integrated with highcharts.

Build Status

now maintained by @jelenak

Demo

http://django-model-report.herokuapp.com

Documentation

https://django-model-report.readthedocs.org/en/latest/

ForeignKey queryset in main report.py file:

list_filter_queryset = {
    'user': {'groups__in': [13, 34]},
}

Custom widget:

list_filter_widget = {
    'state':  SelectMultiple(),
}

Contribute

Clone the repo and help to be better this app :)

Bitdeli Badge