django-model-report
django-model-report copied to clipboard
Documentation Examples
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.
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.
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?