juanpex / django-model-report

django reports integrated with highcharts
http://django-model-report.herokuapp.com
BSD 3-Clause "New" or "Revised" License
216 stars 134 forks source link

Documentation Examples #84

Open Zoidmania opened 8 years ago

Zoidmania commented 8 years ago

This repo has a lot of potential, but it lacks core documentation that will allow it to be more widely used. Consequently, I've been having a hard time trying to use this tool. I've mostly been trying to digest the source code.

joej commented 8 years ago

Ditto. Web example shows forms, form widgets, etc ... and does not clearly map to the source code example ... with no basic/how-to doc that maps getting a basic query/choice report working.

joej commented 8 years ago

quick question is this:

Where in this code (example/app/reports.py) https://github.com/juanpex/django-model-report/blob/master/example/test_project/app/reports.py

Does this model-report, online demo (os report) http://django-model-report.herokuapp.com/os-report/

... actually define its drop-down "company" to DISPLAY as a drop-down list/widget?