pinax / pinax-ratings

a ratings app for Django
MIT License
90 stars 28 forks source link

Add initial migration #8

Closed predatell closed 11 years ago

paltman commented 11 years ago

@predatell Thank you for this but I am -1 on adding third party data migration support in our apps at the present time for a couple of reasons:

1) the site developer can easily add the migrations to at the project level 2) I plan on adding full migration support to apps once Django's migrations land, which as I understand will be quite a bit different than South migrations, and I don't want to have to migrate migration code.