Archive for the ‘django’ Category

Rich Metadata Mediated UI development

Saturday, May 3rd, 2008

What would you automate into your boilerplate code after having 10 years of writing database applications? Here are some links to promising projects/essays:

What are your thoughts here? Are there any other notable projects in a similar vein?

Django shortcuts

Monday, July 30th, 2007

I’ve exceedingly poor memory, so here’s my shortcuts.

python manage.py dumpdata > data.json
python manage.py reset registration
python manage.py loaddata data.json