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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to