This commit is contained in:
ichuang
2013-08-19 10:19:14 -04:00
parent 13bb3bf0a9
commit 2249692f9a

View File

@@ -18,7 +18,7 @@ class Command(BaseCommand):
make_option('--nostatic',
action='store_true',
help='Skip import of static content'),
)
)
def handle(self, *args, **options):
"Execute the command"