Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 222 Bytes

数据库初始化.md

File metadata and controls

9 lines (6 loc) · 222 Bytes

数据库初始化命令

​ 命令行进入项目根目录,依次执行下面两条指令:

python .\back\initBackend.py		# 初始化数据库
python .\back\manage.py runserver	# 运行后端程序