How to get Django Report Builder working properly? -
documentation provided burke isn't thorough , there isn't lot of information on django report builder yet, not youtube videos. have information on how work report builder working in django? keep getting error message:
(1146, "table 'epic_test2.report_builder_report' doesn't exist")
i've installed it, can't create reports yet , documentation have isn't helpful. advice great! thanks!
update post/ 5.12.15 -
i fixed first issue, have new error. :) yay. it's field error
"cannot resolve keyword 'name' field. choices are: app_label, id, logentry, model, permission, report.
any clues 1 helpful... going third hour of troubleshooting. :)
thanks! ~heather
sounds may need run migrate create report builder tables required.
python manage.py migrate
Comments
Post a Comment