Re: unexpected Error: OperationalError: no such column: ...

2010-02-02 Thread HWM-Rocker
Hi Thomasz Zielinski, On Jan 20, 6:38 pm, Tomasz Zieliński wrote: > On 20 Sty, 20:52, HWM-Rocker wrote: > > > o...@olaf-laptop:~/workspace/truemen$ ./manage.py shell > > Not touching you question, you could try shell_plus from django- > extensions, > it load all models on startup, saving you a l

Re: unexpected Error: OperationalError: no such column: ...

2010-01-20 Thread Tomasz Zieliński
On 20 Sty, 20:52, HWM-Rocker wrote: > o...@olaf-laptop:~/workspace/truemen$ ./manage.py shell Not touching you question, you could try shell_plus from django- extensions, it load all models on startup, saving you a lot of typing. Moreover you could try ipython (which is used by shell/shell_plus