From 6ffe144c6060d7bfb07fd461596ac1d58d53ee8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= <1206709430@qq.com> Date: Mon, 15 Mar 2021 09:14:31 +0800 Subject: [PATCH] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d396002..a5702af 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ npm run build:prod python3 manage.py makemigrations python3 manage.py migrate 5. 初始化数据 - python3 manage.py initialization + python3 manage.py init 6. 启动项目 python3 manage.py runserver 0.0.0.0:8000