mirror of https://github.com/snachodog/mybuddy.git
Pass verbosity argument to `createcachetable`
This commit is contained in:
parent
b6563a903f
commit
6b7196cfb7
|
@ -58,7 +58,7 @@ class Command(BaseCommand):
|
||||||
migrate.handle(*args, **options)
|
migrate.handle(*args, **options)
|
||||||
|
|
||||||
# Create cache table.
|
# Create cache table.
|
||||||
call_command("createcachetable")
|
call_command("createcachetable", verbosity=verbosity)
|
||||||
if verbosity > 0:
|
if verbosity > 0:
|
||||||
self.stdout.write(self.style.SUCCESS("Cache table created."))
|
self.stdout.write(self.style.SUCCESS("Cache table created."))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue