Skip to content

Instantly share code, notes, and snippets.

@andrewsmedina
Created July 30, 2011 23:15
Show Gist options
  • Save andrewsmedina/1116127 to your computer and use it in GitHub Desktop.
Save andrewsmedina/1116127 to your computer and use it in GitHub Desktop.
test client session
#...
#user = User.objects.all()[0]
session = self.client.session
session['user'] = user
session.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment