Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
xishandong committed Jul 27, 2023
1 parent 312110b commit bacc788
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
### Django后端

#### 此项目是该项目配套后端

[vue3+element-plus 仿小红书Web前端](https://github.com/xishandong/Vue3_web_redbook)

#### 需要安装依赖

``` bash
pip install Django
pip install pyjwt
Expand All @@ -12,10 +14,16 @@ pip insatll mysqlclient
```

#### 使用

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

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

``` bash
python manage.py makemigrations
python manage.py migrate
```

#### 功能
用户登录

Expand Down

0 comments on commit bacc788

Please sign in to comment.