Re: Turn off migrations completely in Django 1.7

2014-09-19 Thread Anthony Tuininga
migrations definitely make sense. I am able to add new fields within a > few seconds without having to do any extra work. It takes 2 minutes to > learn how to use migrations, and I will personally never look back. > > Mike > > > > On Thu, Sep 18, 2014 at 5:04 PM, Antho

Turn off migrations completely in Django 1.7

2014-09-18 Thread Anthony Tuininga
Hi, I just upgraded my test environment to Django 1.7 and immediately noticed that mgirations appear to be a requirement. Searching the documentation and the code itself seems to indicate that there is no way to disable it, either. Did I miss something? I don't need or want Django to create or