force re-render sound
This commit is contained in:
parent
c33502fad6
commit
2bd9200b0f
2 changed files with 8 additions and 4 deletions
|
|
@ -13,6 +13,7 @@ class Command(BaseCommand):
|
|||
|
||||
def add_arguments(self, parser):
|
||||
parser.add_argument('--debug', action='store_true', dest='debug', default=False, help='output more info')
|
||||
parser.add_argument('--force', action='store_true', dest='force', default=False, help='force update')
|
||||
|
||||
def handle(self, **options):
|
||||
render_all(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue