Better Local Settings — January 5, 2010

A common convention I've seen in the Django community is to place code like the following at the bottom of your settings file: # ``settings.py`` # Lots of typical settings here. # ... then ... try: from local_settings ... [Read More]

More MultiResponse

The source for MultiResponse is now under version control (via GitHub). It's also been improved to no longer require file extensions/URLconf hacking (thanks James/mimeparse). The result is shorter and faster code with the same API.

Comments

No comments yet! This is your big chance!

Sorry, comments have been closed on this post.