Skip to content

Instantly share code, notes, and snippets.

@nacady
Last active August 29, 2015 14:06
Show Gist options
  • Save nacady/afbdf0829c328c4cb269 to your computer and use it in GitHub Desktop.
Save nacady/afbdf0829c328c4cb269 to your computer and use it in GitHub Desktop.
reload in django shell with ipython ref: http://qiita.com/nacady/items/048a57e576d4be5ff2d6
In [1]: %load_ext autoreload
In [2]: %autoreload 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment