Re: Django Report Builder Throws immediate error after installing

2015-05-13 Thread James Schneider
You should post the code for the view, model, and the entire traceback. I often get messages like this when using the SuccessMessages view mixin and I reference an invalid field name in success_messages within the view (usually due to copy/paste from a similar view). -James On May 13, 2015 7:01 A

Django Report Builder Throws immediate error after installing

2015-05-13 Thread dbadmin
So I've figured out that there's nothing "wrong" with Django Report Builder and there's nothing technically "wrong" with my code. But I know I have to format my code structure in such a way that the Report Builder Can interact with it. Unfortunately, there is very little documentation on Django