Skip to content

Instantly share code, notes, and snippets.

@acdha
Created March 16, 2011 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acdha/873148 to your computer and use it in GitHub Desktop.
Save acdha/873148 to your computer and use it in GitHub Desktop.
from package.models import Package
from package.tasks import fetch_package_metadata
fetch_package_metadata(Package.objects.all()[0].pk)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment