Commit 10f8dbfa by Calen Pennington

Handle options passed to clear_collectstatic_cache

parent 2551243d
...@@ -8,6 +8,6 @@ class Command(NoArgsCommand): ...@@ -8,6 +8,6 @@ class Command(NoArgsCommand):
help = \ help = \
'''Import the specified data directory into the default ModuleStore''' '''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 = get_cache('staticfiles')
staticfiles_cache.clear() staticfiles_cache.clear()
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