iPython is great for this sort of thing, especially the code
completion with tab.

You could also use the reload statement. This only works when you do:

import foo.bar.MyClass

and doesn't always work correctly, but it might save a bit of typing.

On 25 June, 06:24, Kenneth Gonsalves <law...@au-kbc.org> wrote:
> On Friday 25 June 2010 08:43:08 Shawn Milochik wrote:
>
> > Install ipython.
>
> > It has a lot of great features, including retaining history.
>
> > If it's installed, Django will use it by default if you run manage.py
> >  shell.
>
> thanks - that with django-extensions has just made my life much easier.
>
> --
> Regards
> Kenneth Gonsalves
> Senior Associate
> NRC-FOSS at AU-KBC

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to