> One of the things I'm wondering about is how to implement mini-content
> boxes. It is known to Joomla as modules, in Drupal as blocks, to
> others they are called widgets or side bars.

In pure Django, you would have to write a "template tag", see the doc
for this. It's Django's equivalent for macros and it's rather verbose
and cumbersome. For ease and simplicity, consider using another
template engine within Django, like Mako or Jinja2 (even if it's
probably not the "best Django-pythonic way" :)

Regards,

   Olivier



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to