pylint
This commit is contained in:
@@ -18,7 +18,7 @@ class Command(BaseCommand):
|
|||||||
make_option('--nostatic',
|
make_option('--nostatic',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='Skip import of static content'),
|
help='Skip import of static content'),
|
||||||
)
|
)
|
||||||
|
|
||||||
def handle(self, *args, **options):
|
def handle(self, *args, **options):
|
||||||
"Execute the command"
|
"Execute the command"
|
||||||
|
|||||||
Reference in New Issue
Block a user