> > In general I like the declarative style of tag libraries like jsp and > asp .net. They don't mix code and html (which encourages separation > between presentation and application logic), and the xml tags allow me > to define controls separately (like say, a navigation bar) and reuse > them in various pages, and within other more complicated widgets. > > The other thing I'm wondering is whether has a convenient equivalent > to tag libraries, i.e. can I code up some control and reuse it all > over the place? >
You're probably after (custom) template tags. http://www.djangoproject.com/documentation/templates/ Cheers, Dan -- Dan Fairs <[EMAIL PROTECTED]> | http://www.stereoplex.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---