Re: How allow public query & download of info from my db

2014-03-21 Thread Rafael E. Ferrero
2014-03-21 12:19 GMT-03:00 C. Kirby : > I've actually built a small app that generates a form allowing users to do > a Meta Query on models django-modelqueryform. > I am in the process of a full rewrite of it to make it a lot more > customizable, but the initial version works with fields that have

Re: How allow public query & download of info from my db

2014-03-21 Thread C. Kirby
I've actually built a small app that generates a form allowing users to do a Meta Query on models django-modelqueryform. I am in the process of a full rewrite of it to make it a lot more customizable, but the initial version works with fields that have choices set or with fields that are a numer

Re: How allow public query & download of info from my db

2014-03-21 Thread Venkatraman S
On Fri, Mar 21, 2014 at 12:17 AM, Nicholas Tapia wrote: > Hey Django Community! > > I'm newer to programming and was pointed in the direction of django for > this project. > > The idea is that people can make their own custom queries and download > load it from my db. > > So far I'm thinking that

How allow public query & download of info from my db

2014-03-20 Thread Nicholas Tapia
Hey Django Community! I'm newer to programming and was pointed in the direction of django for this project. The idea is that people can make their own custom queries and download load it from my db. So far I'm thinking that using a form is they way to go to accept this information. But from