django
Django templatetags uses a little bit of magic to import the libraries from all the INSTALLED_APPS list in settings.py.
1 FaverShareViewed: 3 TimesHere's how to use Django 1.0 from AppEngine.
from google.appengine.dist import use_library
use_library('django', '1.0')
Generic Views in Django
1 FaverShareViewed: 5 TimesQuoted: Writing Web applications can be monotonous, because we repeat certain patterns again and again. In Django, the most common of these patterns have been abstracted into “generic views” that let you quickly provide common views of an object without actually needing to write any Python code.
I nice wiki like markup language. Seems very similar to that used on Google Code hosted projects wiki. Django has an included filter to support Textile markup.
2 FaversShareViewed: 6 TimesThis tutorial explains how to install Django on a Debian Etch server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
1 FaverShare
click to playThe funniest talk I've seen on Django all day.
1 FaverShareViewed: 15 TimesQuoted: Cal Henderson delivers keynote address: "Why I Hate Django"http://www.djangocon.org
