Skip to content

Instantly share code, notes, and snippets.

@mccutchen
Created June 18, 2010 16:53
Show Gist options
  • Save mccutchen/443892 to your computer and use it in GitHub Desktop.
Save mccutchen/443892 to your computer and use it in GitHub Desktop.
Remote fixture loading hack
# GAE_ENV=production ./manage.py remoteshell, then...
key-ingredient> from ki.webapp.gaetest import fixtures
key-ingredient> from help import models
key-ingredient> fixtures.load_fixtures('help/fixtures/faqs.json', [models])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment