Skip to content

Commit

Permalink
更新tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryJi529 committed Jun 5, 2024
1 parent 000e39e commit 2e751e2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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模块...")
Expand Down Expand Up @@ -650,7 +646,6 @@ def _test():
nargs=1,
help="操作",
choices=[
"serve",
"dev",
"coverage",
"initialize",
Expand Down

0 comments on commit 2e751e2

Please sign in to comment.