This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__author__ = 'chuck' | |
from urlparse import urlparse | |
from django.core.urlresolvers import reverse | |
from django.test import TestCase | |
from django.test.client import Client | |
from django.conf import settings | |
from django.contrib.auth.models import User, Group | |
from django.core.cache import cache |