[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem migrating from South to Django migrations for Linux distributions




On Thu, Jul 24, 2014 at 4:44 PM, Joseph Curtin <42@jbcurtin.io> wrote:

My question now would be, can django migrations and south migrations co-exist and can I turn off django migrations?

No, migrations is a required feature of Django and cannot be turned off. The best you could do is generate the SQL from the migrations and manually apply to the database.

Regards,
Michael Manfre

Reply to: