Re: Save django queries for reuse

2014-06-01 Thread Derek
You have not given enough details on your reporting setup; so my guess would be to save the details into a new table. This would include data such as: * id (for the record) * user_id * report_id * date_time * parameters The "parameters" are a text field; with the criteria/parameters which cr

Save django queries for reuse

2014-05-31 Thread lovesh harchandani
In my application a user can generate reports on multiple models using multiple criteria. I want to let the user save the queries(with the criteria). What is a good approach? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from