Skip to content

Commit c63eab2

Browse files
committed
修改文件
1 parent c920bc0 commit c63eab2

30 files changed

+55
-40562
lines changed

.idea/AutomatedTestPlatform.iml

+2-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

+45-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# TestPlatformDjango
2+
3+
# 根据数据库迁移文件生成对应SQL语句并执行
4+
python manage.py migrate
5+
# 初次执行时为了先把默认Django需要的数据库创建出来,创建数据库迁移文件
6+
python manage.py makemigrations
7+
# 启动Django
8+
python manage.py runserver 0.0.0.0:8081

0 commit comments

Comments
 (0)