patrick k wrote:

i´ve been asking that question before. but now, i do have a somehow detailed
description at:
http://www.vonautomatisch.at/framework/dkit/description.php?id=1

basically, we´d like to split a site into a main template, into boxes
(div-structures) and elements (content). then, we´d like the administrator
(or editor) of a site to build new pages (and edit existing ones) on that
basis.

hope anyone can help.

patrick


Are you guys looking for portal or portlet like functionality ? From what I have seen, neither django or any other python web framework currently supports such a component style of web programming. You would need to handle the model repeatedly in your views or in some sort of dynamic fashion, else use something like cheetah where you can load models directly from the the template. Have a super template which can dynamically include other templates whose names are passed in as part of the model and then loaded dynamically. Sounds very messy and probably not a great idea but that's all I can think of.

regards,

huy


Reply via email to