Re: Frankenstein App (or: dynamic subtemplates)

2009-01-20 Thread Jeff FW
What you're looking for is explained in the documentation on writing your own template tags: http://docs.djangoproject.com/en/dev/howto/custom-template-tags/ Specifically, I'd look into inclusion tags: http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#inclusion-tags -Jeff On Jan

Frankenstein App (or: dynamic subtemplates)

2009-01-20 Thread pistacchio
Hi to all! I'm a long time python developer. For my web application needs I've been relying on PHP, but I'm trying to switch to Django. I'm in the learning phase. A thing that is puzzling me is how to compose various apps like a puzzle with "main" pages. An example. Suppose that I have a home pag