Handle options passed to clear_collectstatic_cache

This commit is contained in:
Calen Pennington
2013-02-04 13:52:52 -05:00
parent 2551243dfa
commit 10f8dbfa46

View File

@@ -8,6 +8,6 @@ class Command(NoArgsCommand):
help = \
'''Import the specified data directory into the default ModuleStore'''
def handle_noargs(self):
def handle_noargs(self, **options):
staticfiles_cache = get_cache('staticfiles')
staticfiles_cache.clear()