Import cache function correctly

This commit is contained in:
Calen Pennington
2013-02-04 13:56:50 -05:00
parent 10f8dbfa46
commit 90107fa88f

View File

@@ -3,6 +3,8 @@
###
from django.core.management.base import NoArgsCommand
from django.core.cache import get_cache
class Command(NoArgsCommand):
help = \