Recent Photos (More)

Django Development with Djblets: Unrooting your URLs

Thursday, April 3rd, 2008

Typically, Django sites are designed with the assumption that they’ll have a domain or subdomain to themselves. Often times this is fine, but if you’re developing a web application designed for redistribution, sometimes you can’t make that assumption.
During development of Review Board, many of our users wanted the ability to install Review Board into a [...]

Django Development with Djblets: Custom Tag Helpers

Friday, February 29th, 2008

I’m planning to cover all of what Django can do, but for now, let’s start simple with something most Django developers spend way too much time creating: Custom tags.
Django’s nice enough to provide a @register.simple_tag decorator for creating very basic tags that don’t take a context but do take parameters. This is great, but what [...]

Django Development with Djblets

Friday, February 29th, 2008

Django is an awesome development platform for web applications. With such features as database abstraction, template/view/url separation, built-in authentication with interchangeable backends, it’s made web development much more enjoyable.
We use Django in Review Board with much success. Over time, as we’ve come to develop new features, we realized that much of our codebase was useful [...]


Socialized through Gregarious 39