mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-07 02:10:23 +00:00
perf: 内置 applets 自动安装
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from django.core.management.base import BaseCommand
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
help = 'Install builtin applets'
|
||||
|
||||
def handle(self, *args, **options):
|
||||
from terminal.applets import install_or_update_builtin_applets
|
||||
install_or_update_builtin_applets()
|
Reference in New Issue
Block a user