Simon Willison : Django templates in Venus - Django templates in Venus. It’s nice to see the Django template system being used outside the context of the overall framework....
An example of Django templates being used in isolation from the rest of the framework (code is in planet/shell/dj.py and is written in the “recommended” way, too)...
From the blogroll… Introducing RDFa A Proper Churchill Nap Django templates in Venus Plastic shopping bags as disposable toilet seat covers Tutorials on Microformats...
Amit Chakradeo: django unicode integration: fix for venus djando template
I just upgraded django tree which recently merged in the unicode support. This immediately broke django templates for venus . Here is what you need to change in planet/shell/dj.py to account for new django changes: 43c43 --- >...
django unicode integration: fix for venus djando template
I just upgraded django tree which recently merged in the unicode support. This immediately broke django templates for venus. Here is what you need to change in planet/shell/dj.py to account for new django changes: 43c43,46 ss = t.render(context) >...