diff --git a/README.md b/README.md index 4ef9c5c..38b514b 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ Python版本:3.6 运行前先安装依赖:pip install -r requirement.txt 启动命令:python manage.py runserver + +创建数据库:python manage.py create_db