Skip to content

Instantly share code, notes, and snippets.

@audreyfeldroy
Created July 12, 2011 05:45
Show Gist options
  • Save audreyfeldroy/1077456 to your computer and use it in GitHub Desktop.
Save audreyfeldroy/1077456 to your computer and use it in GitHub Desktop.
sys.path.insert(0, os.path.abspath('../startcbv'))
sys.path.insert(0, os.path.abspath('../test_project'))
import settings
from django.core.management import setup_environ
setup_environ(settings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment