Re: manage.py reset and custom sql

2009-09-03 Thread Russell Keith-Magee
On Thu, Sep 3, 2009 at 5:10 PM, Anssi Kaariainen wrote: > > Hello all, > > The problem I am trying to solve is this: I have defined some views > and corresponding models with managed = False. Now when I issue > manage.py reset I get an error because the views block dropping the > tables. I need to

manage.py reset and custom sql

2009-09-03 Thread Anssi Kaariainen
Hello all, The problem I am trying to solve is this: I have defined some views and corresponding models with managed = False. Now when I issue manage.py reset I get an error because the views block dropping the tables. I need to manually drop the views before I issue manage.py reset. I am thinki