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

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

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

2010-01-20 Thread HWM-Rocker
Hello Everybody, i got a strange error when i am trying to test some code out of pycrust. I have a small script that sets the environment variable and starts pycrust. o...@olaf-laptop:~/workspace/truemen$ cat debug-shell.sh #!/bin/bash cd /home/olaf/workspace/ && export