Create Syrup model tables in a 'reserves' schema, just because we can.
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 9 Feb 2010 02:21:16 +0000 (02:21 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 9 Feb 2010 02:21:16 +0000 (02:21 +0000)
commitc2ee74ba9d98e0a9c89e99882d2d10a71ce1ffbd
tree45511698d2974364eae86632454aa6ce44e5943a
parent0ab64b0a3dab6b318aa3b6f742ef45e2f6bc8f1f
Create Syrup model tables in a 'reserves' schema, just because we can.

This is still the 'classic' Syrup database model; we haven't made any
changes here vis-a-vis Robin's model. I've simply used explicit
db_table naming and our custom backend to put the Syrup tables in a
'reserves' schema.

I've also moved the default Django tables (users, groups, etc.) into a
'django' schema. This leaves 'public' empty. Note that I didn't do
this by setting explicit db_table values for the Django tables, but
rather by putting 'django' at the head of the search_path in
settings.py.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/branches/eg-schema-experiment@774 6d9bc8c9-1ec2-4278-b937-99fde70a366f
conifer/settings.py
conifer/syrup/admin.py
conifer/syrup/models.py