Field labels and i18n in newforms

2007-02-02 Thread Dan Getz
When specifying labels for fields in a newforms Form, I use _() gettext to provide localized versions of the field label. The problem is the language may change midway, and the label binding is done at Form initialization when the class is defined. The following code is what sets the actually prin

new: django middleware to integrate with Firestats web analysis tool

2006-11-29 Thread Dan Getz
Hello django-ers, I wrote a small middleware to log each django site pageview with Firestats log analysis tool (Homepage: http://firestats.cc/wiki). Its not the most efficient integration method, but it works. Firestats is a log analysis tool (like AWstats, webalizer, Google Analytics). Its writt