1 2 3 4 5 6 7 8
""" >>> from django.test import Client >>> from basic.events.models import * >>> from django.core.urlresolvers import reverse >>> client = Client() """
© Justin Quick 2009