idlesign / django-sitegate

Reusable application for Django to ease sign up & sign in processes
https://github.com/idlesign/django-sitegate
BSD 3-Clause "New" or "Revised" License
34 stars 4 forks source link

Update migrations for Django 1.7 #11

Closed aptwebapps closed 10 years ago

aptwebapps commented 10 years ago

I moved the old migrations folder to south_migrations per http://south.readthedocs.org/en/latest/releasenotes/1.0.html#library-migration-path which should work for all South 1.0 users without trouble. Users of older versions of South would have to change the SOUTH_MIGRATION_MODULES setting for sitegate to point to the new south_migrations directory.

idlesign commented 10 years ago

Thank you! Yet I'd like to ask you to place an instruction (a note) on docs index pagen. A hint about SOUTH_MIGRATION_MODULES and probably that link will do, I think.

aptwebapps commented 10 years ago

I've done that, but I put the bit about the settings in the getting started section instead.

aptwebapps commented 10 years ago

By the way, this won't work at all for versions of South older than 0.7.

idlesign commented 10 years ago

Landed. Thank you!

aptwebapps commented 10 years ago

Awesome. ;)