On Fri, Mar 21, 2014 at 12:17 AM, Nicholas Tapia
<tapia.nicho...@gmail.com>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 using a form is they way to go to accept this
> information.  But from there I'm a little confused.  Does a custom model
> need to be created automatically before that query can be requested and
> displayed?  Or can model be skipped in this case?
>
>
>
The Q is very abstract and you need to refine it if you need better
guidance.

>From what I understand, it looks to me that you have a database and have
been asked to provide an interface from which customers can download data.
If yes, the best possible way to have filters so that customers can define
their queries based on these filters and download the related dataset. Do
NOT expose an interface by which customers can key-in a SQL and download
data.

More on hearing from you.

-V

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN7tdFSvaridyVcdxcY%3Dds5iwMP0JmtzivjYniAb-AEwAJWTzg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to