From bacc78806bcad780501965d695520399533a105d Mon Sep 17 00:00:00 2001 From: xishandong Date: Thu, 27 Jul 2023 22:04:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 58bfc59..8210657 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ ### Django后端 #### 此项目是该项目配套后端 + [vue3+element-plus 仿小红书Web前端](https://github.com/xishandong/Vue3_web_redbook) #### 需要安装依赖 + ``` bash pip install Django pip install pyjwt @@ -12,10 +14,16 @@ pip insatll mysqlclient ``` #### 使用 + 需要在settings中修改数据库的配置信息 配置你自己的端口号等信息 + ``` bash + python manage.py makemigrations + python manage.py migrate +``` + #### 功能 用户登录