Commit 90107fa8 by Calen Pennington

Import cache function correctly

parent 10f8dbfa
......@@ -3,6 +3,8 @@
###
from django.core.management.base import NoArgsCommand
from django.core.cache import get_cache
class Command(NoArgsCommand):
help = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment