Skip to content

Instantly share code, notes, and snippets.

@sherbondy
Last active August 29, 2015 14:21
Show Gist options
  • Save sherbondy/fa0022dcfc8c4eea7f3b to your computer and use it in GitHub Desktop.
Save sherbondy/fa0022dcfc8c4eea7f3b to your computer and use it in GitHub Desktop.
django ipython hydrogen
# stick this in a PYTHONSTARTUP file, make a custom ipython
# profile *maybe* and stop using relative imports with .
import sys
sys.path.append("/Users/ethanis/code/Clover-1.7/app")
from django.conf import settings
settings.configure(DEBUG=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment