[Django]-Why won't Django use IPython?
48
Try installing it into virtualenv!
Mike Repass [Django]-How do you detect a new instance of the model in Django's model.save() 16
I love iPython but donβt like installing it in all my virtualenvs, and Iβve found a good solution to allow for that. Instead of using python manage.py shell, you can just β¦ Read more