Re: Django way to design this model

2009-07-22 Thread Divesh Gidwani
Point 4 above is a little ambiguous: >4. Move the queries you've created to a view that renders results to >a template. If you start doing this by accepting GET parameters and >displaying the search results through the template, you can get the >query functionality working and test it by

Re: Django way to design this model

2009-07-09 Thread Divesh Gidwani
Thanks so much for all the advice.. Yes, you are right, a lot of it sounds like rubbish, and i'm just lost! Yes, I am going to finish up the tutorial today, and read up on the documentation. Thanks so much for your help. I will surely keep you updated on how things go! Much appreciated once

Re: Django way to design this model

2009-07-09 Thread Friðrik Már Jónsson
Hi Divesh, > I have this model that I want to design on Django. I have already > created the mysql side of it, and the mysql database is ready. Also, i > have loaded mysqldb and i think it works. It sounds like you've created something with MySQL and imported it to a database that's used by

Re: Django way to design this model

2009-07-09 Thread Divesh Gidwani
t; This is the model I have to follow: > > >http://gomezlab.bme.unc.edu:8080/~kdauria/search.php > > > How can I get those radio button like search fields? How to bring up > > the search? > > > Any suggestions, or resources would be helpful. > > > Thanks

Re: Django way to design this model

2009-07-09 Thread urukay
es would be helpful. > > Thanks in advance! > > > > -- View this message in context: http://www.nabble.com/Django-way-to-design-this-model-tp24397321p24404256.html Sent from the django-users mailing list archive at Nabble.com. --~--~-~--~~~---~--~~

Re: Django way to design this model

2009-07-08 Thread Juan Pablo Romero Méndez
Mhh... I don't fully understand your question. Regarding the radio buttons I think it is in the tutorial. What search fields are you talking about? Juan Pablo 2009/7/8 Divesh Gidwani : > > Hey, > > Newbie to Django, and have just finished part 2 of the tutorial on the >

Django way to design this model

2009-07-08 Thread Divesh Gidwani
Hey, Newbie to Django, and have just finished part 2 of the tutorial on the website, and need to speed up with work in the office. I have this model that I want to design on Django. I have already created the mysql side of it, and the mysql database is ready. Also, i have loaded mysqldb and i