Simon Willison’s Weblog

Subscribe

546 items tagged “django”

The Django web framework.

2007

Unicode data in Django. Documentation for Django’s new unicode support.

# 4th July 2007, 2:24 pm / unicode, django

Django changeset 5609. “Merged Unicode branch into trunk. This should be fully backwards compatible for all practical purposes.”

# 4th July 2007, 2:22 pm / django, malcolmtredinnick, unicode

I can't say enough good things about Django. Professionally, it was one of the best technical decisions that I got to make early on at Tabblo.

Antonio Rodriguez

# 3rd July 2007, 1:38 am / tabblo, django, antonio-rodriguez

Gmail and Django. I’d never considered using Gmail to send e-mail from applications, but it could be a useful way of avoiding having outbound e-mail falsely flagged as spam.

# 2nd July 2007, 9:46 pm / gmail, django, email, nathan-ostgard

Django status update: June 26. Outstanding detailed overview of recent happenings in the Django community, courtesy of Clint Ecker.

# 27th June 2007, 2:30 pm / clintecker, django

Django-fr. Community site for French language Django developers. They’ve already made a promising start on translating the documentation.

# 21st June 2007, 10:50 am / django, france, french, translation, documentation

Washington Post and Facebook. Deryck Hodge on hacking against Facebook API using Django.

# 19th June 2007, 10:33 am / django, deryckhodge, facebook, api, washington-post

Doing Local Right. The slides from my presentation at @media 2007.

# 9th June 2007, 7:31 pm / atmedia, atmedia07, atmedia2007, django, lawrence, ljworld, talks, local

Deploying a Django app on the desktop. Silver Stripe used cx_freeze to package their commercial agile project management Django application as an easy to run Windows executable.

# 1st June 2007, 9:45 pm / desktop, django, silverstripe, windows

Review Board. VMWare release a slick looking Django-powered code review system, with hooks in to Subversion and Perforce.

# 31st May 2007, 8:32 am / subversion, perforce, django, vmware, codereview

typogrify (via) “Typogrify is a collection of Django template filters that to help prettify your web typography by preventing ugly quotes and widows and providing CSS hooks to style some special cases.”

# 29th May 2007, 7:38 pm / typography, django, jeff-croft, templatefilters, christian-metts

oxfordgeeks.net

Nat and I had a bit of a mini-hackday this bank holiday Monday. Nat’s been doing a great job summoning local geeks out of the woodwork with Oxford Geek Nights event, but it’s still pretty hard to find other interesting events in the Oxfordshire area. It’s not that there aren’t any, it’s just that the geek community in Oxford is currently pretty fragmented.

[... 295 words]

Django unicode-branch: testers wanted. Malcolm’s outstanding work on the unicode branch appears to be nearing completion.

# 24th May 2007, 11:46 pm / django, unicode

Rapid development serving 500,000 pages/hour (via) Curse Gaming are getting impressive performance out of Django.

# 24th May 2007, 4:11 pm / django, scaling, performance, cursegaming, curse

Django Internships at the Journal-World. The Journal-World is an amazing place to start your career.

# 2nd May 2007, 9:54 pm / intership, django, lawrencejournalworld, jacob-kaplan-moss

MintCache for Django. Caching scheme for Django that solves the dog-pile effect, where high traffic causes many processes to regenerate stale cached data at the same time.

# 2nd May 2007, 8:49 am / mintcache, caching, django, scaling, dogpile

django-logging. Looks neat—includes the ability to use Python’s standard logging module to log messages to a footer appended to your site’s HTML output.

# 24th April 2007, 6:50 am / logging, django, python

Turn your Django application in to an OpenID consumer

I’ve just put the finishing touches on the first releasable version of django_openidconsumer, a package that makes it easy to add OpenID consumer support to any Django application.

[... 229 words]

modwsgi. Apache module (written in C) for hosting Python WSGI applications, no mod_python required. Includes Django integration instructions. Has anyone tried this out?

# 14th April 2007, 9:48 am / django, apache, wsgi, python

Naming URL patterns (via) You can now apply a name to a URL pattern in Django development version, which makes the {% url %} template tag far more useful.

# 10th April 2007, 12:19 am / django, templates

Avoid IE Brokenness When using Vary and Attachments (via) Django middleware that works around a bug in IE where external applications fail to load content that was served with a Vary header.

# 9th April 2007, 9:41 am / django, ie, middleware, http, python

DjangoKit. Early preview release of a tool that lets you package a Django application up as a fully contained OS X application. When Leopard ships with PyObjC this kind of thing will be even easier.

# 29th March 2007, 12:50 am / pyobjc, djangokit, django, python, osx, leopard

cmemcache. Python extension for libmemcache which provides more than twice the performance of the pure-Python memcached client. Supported by Django development version.

# 27th March 2007, 1:51 pm / libmemcache, cmemcache, django, memcached, python

mod_python: Expat Causing Apache Crash. We ran in to this problem today.

# 27th March 2007, 11:49 am / apache, expat, django, modpython

Free Software Foundation to switch to Django. “FSF is switching from Zope to Django (both Python powered!) for web application development... Lots of new stuff coming soon, including contributions back to the Django community.”

# 25th March 2007, 7:56 pm / fsf, django, zope, python

Django version 0.96 release notes. The two big improvements are the newforms library and the ability to use callables directly in your URLconfs, enabling a bunch of useful new tricks.

# 23rd March 2007, 11:47 pm / urlconfs, newforms, django

HP acquires Tabblo. The first high profile Django-powered acquisition? Very well deserved; Tabblo is an excellent application.

# 23rd March 2007, 3:49 pm / tabblo, django, hp

More Django (likely more than is healthy). Jacob’s advanced Django tutorial from PyCon. I really like the template he’s using to present the slides and notes.

# 1st March 2007, 11:08 pm / jacob-kaplan-moss, django, pycon, tutorial, keynote

Django snippets. James Bennett’s new site for Django snippets. The source code to the whole site is available.

# 26th February 2007, 10:08 am / django, django-snippets, james-bennett, python

Django IRC FAQ. Frequently asked questions from the Django IRC channel.

# 20th February 2007, 10:07 am / irc, django, faq