On Thu, Jul 9, 2009 at 4:49 PM, Wiiboy<jordon...@gmail.com> wrote:
>
> The columns are actually categories.  The left column is sports, etc.
> So I can't make it a grid like that.
>


If each column is a discrete category, why not just filter the
object/model by category for each column? You're not really repeating
yourself, then.

As far as the content for each object, if in each column you're
working with the same model and want the same structure for each
object, you could create a separate template file just for that
content and {% include %} it in each column.

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