feat: 添加main.py dev指令 (#819)

This commit is contained in:
shaohuzhang1 2024-07-19 18:35:52 +08:00 committed by GitHub
parent 00e24c079a
commit de0d93e6ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ if __name__ == '__main__':
)
parser.add_argument(
'action', type=str,
choices=("start", "upgrade_db", "collect_static"),
choices=("start", "dev", "upgrade_db", "collect_static"),
help="Action to run"
)
args = parser.parse_args()