Monday, June 27, 2011

Re: Question about Displaying a Table

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]"<cal.leeming@simplicitymedialtd.co.uk> wrote:

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 <kly.latham@gmail.com> 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 haven't written any code yet, I'm doing research on the approach I
have to take.  Is the only way I am able to display a table from the
MySQL database in Django by creating a template and importing the data
to the template? Is there a another/better approach towards displaying
a MySQL table in the Django app?

Thank you,

Kyle

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment