Re: ipython 0.11 with django 1.3 /in virtualenv

2012-11-20 Thread Martin
This comment explains why it is not loaded: https://code.djangoproject.com/ticket/17078#comment:8 Not sure how to go on from that though. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit

Re: ipython 0.11 with django 1.3 /in virtualenv

2012-11-15 Thread Martin
I have the very same problem and can't figure out what's wrong... First I created a profile for ipython and edited the ipython_config.py, which gets executed when I launch 'ipython'. But when I start manage.py shell or shell_plus it's not executed (I still get the Django iPython shell though).

Re: ipython 0.11 with django 1.3 /in virtualenv

2011-08-27 Thread Gelonida N
Hi Shawn, On 08/28/2011 02:49 AM, Shawn Milochik wrote: > If iPython is installed it should be used automatically in Django's > manage.py shell. > Apologies. I think I didn't express myself well enough. ipython is being used bydjango. What I just don't understand is why ipython does not import

Re: ipython 0.11 with django 1.3 /in virtualenv

2011-08-27 Thread Shawn Milochik
If iPython is installed it should be used automatically in Django's manage.py shell. If it's not working and works when you run iPython directly, the most likely case is that you're running two different Python environments and one has iPython installed and the other doesn't. You mention

ipython 0.11 with django 1.3 /in virtualenv

2011-08-27 Thread Gelonida N
Hi, I am having issues with ipythin when I run ./manage.py shell then ipython_config.py doesn't seem to be executed. On the other hand if I run ipython directly the file is imported. Am I missing something? My setup: $ find ~/.config/ipython/ /home/gelonida/.config/ipython/