Move models into new db/ directory
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 17 May 2011 22:44:10 +0000 (00:44 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 17 May 2011 22:44:10 +0000 (00:44 +0200)
commit0f18ed8f5e179326721221df93734864074bc185
treec6d2c610fdb5166c89eee74ad2224d1bf36c5c58
parent931f318cbc571419510b1ad37298c981df2f16b0
Move models into new db/ directory

The database is a central point of interest/discussion.
Represent that by its own directory.

This will surely become more interesting when we have
migrations for example.
mediagoblin/app.py
mediagoblin/celery_setup/from_celery.py
mediagoblin/db/__init__.py [new file with mode: 0644]
mediagoblin/db/models.py [moved from mediagoblin/models.py with 100% similarity]
mediagoblin/views.py