Skip to content

juanpex/django-model-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

222 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

django reports integrated with highcharts

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 15