Posted on September 6th, 2008 by Yousef Ourabi
Malcom Tredinnick gave an awesome presentation about the Django ORM.
The code for the ORM is located in django/db with juicy bits in the following locations:
django/db/models/query.py (public queryset API)
django/db/models/sql/* (Public API->SQL conversion. Deep dark internals. Does’t know DB, knows SQL)
django/db/backends/* (Individual DB wrappers, third-party wrappers possible. This is where you actually talk to the DB). See [...]
Filed under: Programming | View Comments
Posted on September 6th, 2008 by Yousef Ourabi
Presented by: Christian Hammon, David Trowbridge
Review-Board is a python/django based code-review application. In 2004 VMware was approx. 600 employee’s and already had a rigorous code-review process in place. At first simple HTML snippets were emailed around. Fast forward to 2007 and the company had grown to 5000 employee’s, and the previous system of email around [...]
Filed under: Programming | View Comments
Posted on September 6th, 2008 by Yousef Ourabi
I’ve been really, really inactive in posting. That is going to change. I’m currently at DjangoCon 2008, and will be posting a few things about some cool new things I’m learning about.
More soon.
Filed under: Programming | View Comments