Added 'south' dependency (for schema migration)
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 15 Jul 2010 00:53:05 +0000 (00:53 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 15 Jul 2010 00:53:05 +0000 (00:53 +0000)
commit0f390279746b10604754744717571d1fa22e6785
tree7520ce012c4e46072385b02612a21e951d9a949d
parentf37923257a92836d9d299e7efde4f7571db61b72
Added 'south' dependency (for schema migration)

See http://south.aeracode.org/
    http://south.aeracode.org/docs/tutorial/index.html

For your first database, you'll need to

./manage.py syncdb

as usual, and then

./manage.py migrate

to playback the series of schema migrations.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@902 6d9bc8c9-1ec2-4278-b937-99fde70a366f
conifer/README
conifer/settings.py
conifer/syrup/migrations/0001_initial.py [new file with mode: 0644]
conifer/syrup/migrations/__init__.py [new file with mode: 0644]