I want to make the following ipython commands persistent when using the django shell:
%load_ext autoreload %autoreload 2
Unfortunately, Django does not seem to use my global ipython configuration, so including them in the default_profile file does not work. Is there a way for them to execute automatically when the django shell starts?
source share