Update import paths
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
parent
54c6d22102
commit
cb883f14b8
197 changed files with 584 additions and 584 deletions
|
|
@ -1,10 +1,10 @@
|
|||
from django.core.management.base import BaseCommand, CommandError
|
||||
|
||||
from funkwhale_api.common import scripts
|
||||
from funquail_api.common import scripts
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
help = "Run a specific script from funkwhale_api/common/scripts/"
|
||||
help = "Run a specific script from funquail_api/common/scripts/"
|
||||
|
||||
def add_arguments(self, parser):
|
||||
parser.add_argument("script_name", nargs="?", type=str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue