Re: Shell reloading

2008-03-30 Thread Evert Rol
Have you tried installing iPython? I can remembers your history across sessions, and has lots of other niceties (eg, you can define a default set of import statements on startup). If installed, python manage.py shell will automatically pick it up. > Thanks Christian, that's a great tip! > >

Re: Shell reloading

2008-03-30 Thread Carl
Thanks Christian, that's a great tip! On 30 Mrz., 11:29, "Christian Vest Hansen" <[EMAIL PROTECTED]> wrote: > Try > > >>> help(reload) > > Instead of restarting the entier shell. > > On 3/30/08, Jorge Sousa <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I'm using Django on windows. > > Is it

Shell reloading

2008-03-29 Thread Jorge Sousa
Hi, I'm using Django on windows. Is it possible to, once inside the Django Shell (manage.py shell) while testing some bint and changing the code in a model method to have it available to the shell? Kind of autoreload thing. It only work by exiting the shell and entering again. But then have to