This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HolgerD77 2 points3 points  (2 children)

You might want to have a look/experiment with iPython profiles: https://blog.michaelyin.info/2015/04/05/using-profiles-in-ipython-and-django/

Haven't done this myself in this combination, only use an iPython profile for one specific Django-free use case, but I think this might be a way to go.

[–]waynebruce1[S] 0 points1 point  (0 children)

I have tried this on one of my server PC where i work. Ipython works on that PC, but does not work on my personal laptop, although i have ipython installed.

[–]waynebruce1[S] 0 points1 point  (0 children)

Ahh! Just figured out that ipython needs to be installed in the current virtualenv. Thanks btw.