Good morning, Over the past few months I've been fiddling around with the C++ Wt Framework (http://www.webtoolkit.eu/wt).
It has a few interesting features, most notably abstracted page creation techniques (not templates), widget-centric features and of course C++ code can be used from other projects and pushed onto the web =P Wt serves a different purpose to Django, however there is one feature of Wt's which I would like to see implemented in Django, and that is: "automatic graceful degradation or progressive enhancement" Basically your layout and format is specified in an abstracted format, then based on the browser capabilities of the requester; CSS+HTML xor JS+HTML is sent. Is there already a technique for doing this in Python? Do you think Django would benefit from this feature being implemented? Thanks for your consideration, Alec Taylor -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.