Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
xishandong committed Jul 10, 2023
1 parent 568eb52 commit 19c2c32
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
### Django后端

#### 需要安装依赖
``` bash
pip install Django
pip install pyjwt
pip install django-cors-headers
pip insatll mysqlclient
```

#### 功能
用户登录

用户注册

主页帖子

帖子详情

用户主页

未完待续
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 19c2c32

Please sign in to comment.