Re: Question about Displaying a Table

2011-06-27 Thread bruno desthuilliers
On Jun 27, 8:18 pm, Kyle Latham wrote: > Hello, > > I am pretty new to Django and Python. Then I strongly suggest you take some time learning Python. I mean, pure Python, without Django. > I'm wanting to create a Django app that displays different tables in > my MySQL

Re: Question about Displaying a Table

2011-06-27 Thread Steven Elliott Jr
Django has about the best documentation out there foe getting started. Walk through the tutorial and see how it goes. Sent from my iPhone On Jun 27, 2011, at 2:25 PM, "Cal Leeming [Simplicity Media Ltd]" wrote: > Forgive me but, the tone of this email

Re: Question about Displaying a Table

2011-06-27 Thread Cal Leeming [Simplicity Media Ltd]
Forgive me but, the tone of this email sounds like you are asking us to do this research for you :X On Mon, Jun 27, 2011 at 7:18 PM, Kyle Latham wrote: > Hello, > > I am pretty new to Django and Python. > > I'm wanting to create a Django app that displays different tables

Re: Question about Displaying a Table

2011-06-27 Thread Ovnicraft
On Mon, Jun 27, 2011 at 1:18 PM, Kyle Latham wrote: > Hello, > > I am pretty new to Django and Python. > > I'm wanting to create a Django app that displays different tables in > my MySQL database, and the user can search through the tables for info > they want. > > I

Question about Displaying a Table

2011-06-27 Thread Kyle Latham
Hello, I am pretty new to Django and Python. I'm wanting to create a Django app that displays different tables in my MySQL database, and the user can search through the tables for info they want. I haven't written any code yet, I'm doing research on the approach I have to take. Is the only way