Re: Django manage.py shell won't indent

2011-05-15 Thread Amanjeev Sethi
How about spaces? On Sun, May 15, 2011 at 8:30 AM, Jinhyuk Im wrote: > I am using Django 1.3 at Ubuntu Server 10.04. > I can't use tab key in manage.py shell. > but, I can use tab key in Python 2.6 Shell > > >>> for link in links: > ... > Display all 176 possibilities? (y or n) > > What should I

Django manage.py shell won't indent

2011-05-15 Thread Jinhyuk Im
I am using Django 1.3 at Ubuntu Server 10.04. I can't use tab key in manage.py shell. but, I can use tab key in Python 2.6 Shell >>> for link in links: ... Display all 176 possibilities? (y or n) What should I do? Thank you. Have a nice day. -- You received this message because you are subscrib