From 2e751e2d54025d8bc97ad3a79f20f8137d6cc3f3 Mon Sep 17 00:00:00 2001 From: Henry Ji Date: Wed, 5 Jun 2024 21:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0tasks.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tasks.py b/tasks.py index 8465aac0..f5a51315 100644 --- a/tasks.py +++ b/tasks.py @@ -130,10 +130,6 @@ def run(self, command: str): class Commands: - @staticmethod - def serve(): - runcmd(f"{Tool.PYTHON} manage.py runserver 127.0.0.1:8000") - @staticmethod def dev(): colored_print("同步JavaScript模块...") @@ -650,7 +646,6 @@ def _test(): nargs=1, help="操作", choices=[ - "serve", "dev", "coverage", "initialize",