Django Rosetta
·38 words·1 min
Articles
development
django
programming
python
Via Simon Willison:
This is a real cool Django app that creates an awesome interface to help internationalize your site. Allows the adminstrator, and an optional group of designated translators to read and write your site’s gettext files.
Related
Quick Post: My Pownces, Let Me Show You Them
·154 words·1 min
Articles
api
assorted geekery
development
django
pownce
programming
python
social networking
Heh, I had a little fun this afternoon writing a little Django app for my site that will regularly import my public Pownce notes and allow me to display them in the sidebar.
Send Django Exceptions to DPaste
·39 words·1 min
Articles
development
django
programming
python
Michael Trier points out a cool new feature in Django that is awesome for debugging. On Django error pages (with DEBUG turned on) there is now a button that will automatically post the contents to dpaste.
Django Evolution
·45 words·1 min
Articles
databases
django
django evolution
programming
python
This is one of the more promising projects in progress on the Schema Migration front. Schema evolution can be a bit painful and projects like this for automatically migrating database structure based on the Python model code will be a necessity for long term projects.