Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
xishandong committed Jul 11, 2023
1 parent dd96a0d commit 574db20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ pip install django-cors-headers
pip insatll mysqlclient
```

#### 使用
需要在settings中修改数据库的配置信息

配置你自己的端口号等信息

#### 功能
用户登录

Expand All @@ -22,4 +27,6 @@ pip insatll mysqlclient

用户主页

用户评论

未完待续
Binary file modified webServer/__pycache__/settings.cpython-39.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions webServer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
'ENGINE': 'django.db.backends.mysql',
'NAME': 'server01',
'USER': 'root',
'PASSWORD': '!d0x9sDXS',
'HOST': '113.125.109.60',
'PASSWORD': '******',
'HOST': '******',
'PORT': '3306',
}
}
Expand Down

0 comments on commit 574db20

Please sign in to comment.