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.
Related
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.
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.
Easier custom Model Manager Chaining
·30 words·1 min
Articles
django
orm
programming
python
Via Simon Willison:
This is a really convenient way to add custom functions to model managers in Django. Way easier than defining custom managers each time you need extra functionality.