On Mon, Jun 27, 2011 at 1: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?
You can research about pagination and template system in django.
Regards,
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.
--
Cristian Salamea
@ovnicraft
--
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