brutasse / django-push

PubSubHubbub support for Django
https://django-push.readthedocs.io
BSD 3-Clause "New" or "Revised" License
93 stars 27 forks source link

Add South migration for subscriber #10

Closed achiang closed 11 years ago

achiang commented 11 years ago

Running 'syncdb' on a production database is a dangerous thing. We should provide a South migration by default instead.

brutasse commented 11 years ago

It's not dangerous at all :) But thanks for the patch.