c-base / circle

circle protocol app
2 stars 0 forks source link

Fix Migrations of `circle` app #14

Closed baccenfutter closed 9 years ago

baccenfutter commented 9 years ago

We started implementing Member and Alien classes in the 'circle' app that we ForeignKey-related to our models in the 'circleapp' app. Now we removed these models in favour of the builtin User model.

This database change broke the south migrations, as the circleapp migrations will fail if the 'circle' app migrations are not exactly on version 0003.

We should refactor the 'circle' app migrations so it is possible to simply call './manage.py migrate` to bootstrap the database.