Le Samedi 3 Septembre 2011 09:02:52 Levi Campbell a écrit :
> In a django template, what's the best way to display information from
> the models as a table? I've had no luck searching the documentation
> and google.
> 
> 

As far as I can tell, there is no way to do it fully automatically, but you can 
use the built-in ListView or DetailView with your own defined 
template. IMHO, this is a good balance between automation and customization.
-- 
Skrooge, a free, Open Source, personal finances software
http://skrooge.org

-- 
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