Skip to content

Instantly share code, notes, and snippets.

@emperorcezar
Created November 4, 2011 20:19
Show Gist options
  • Select an option

  • Save emperorcezar/1340381 to your computer and use it in GitHub Desktop.

Select an option

Save emperorcezar/1340381 to your computer and use it in GitHub Desktop.
Test model insert
from django.contrib.auth.models import Group
group = Group.objects.all()[0]
application = IntranetApplication.objects.create(title = 'Test', groups = [group])
application.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment