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
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