Re: custom query app

2014-11-14 Thread John Schmitt
On Thu, Nov 13, 2014 at 03:08:01PM -0500, Clifford Ilkay wrote: > On 11/13/2014 02:33 PM, John Schmitt wrote: > > I have a big django project with multiple apps, models, and the models have > > quite a few fields. > > > > A request came that asked for a page that allows the user to pick and > > c

Re: custom query app

2014-11-13 Thread C. Kirby
Hi John, I built an app that basically lets you create an advanced search against a model (or related models). I am using it in production on two different applications. If you use it I would be happy to have feedback. You can find it here: https://github.com/ckirby/django-modelqueryform Kirby

Re: custom query app

2014-11-13 Thread Clifford Ilkay
On 11/13/2014 02:33 PM, John Schmitt wrote: > I have a big django project with multiple apps, models, and the models have > quite a few fields. > > A request came that asked for a page that allows the user to pick and choose > from the various fields to create their own query. > > Does any preced

custom query app

2014-11-13 Thread John Schmitt
I have a big django project with multiple apps, models, and the models have quite a few fields. A request came that asked for a page that allows the user to pick and choose from the various fields to create their own query. Does any precedent for this exist? If I may use a car analogy, a djang