mirror of
https://github.com/xishandong/Django_Server_redbook.git
synced 2024-11-25 16:52:42 +08:00
更新README
This commit is contained in:
parent
568eb529a8
commit
19c2c3219b
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
22
README.md
Normal file
22
README.md
Normal file
@ -0,0 +1,22 @@
|
||||
### Django后端
|
||||
|
||||
#### 需要安装依赖
|
||||
``` bash
|
||||
pip install Django
|
||||
pip install pyjwt
|
||||
pip install django-cors-headers
|
||||
pip insatll mysqlclient
|
||||
```
|
||||
|
||||
#### 功能
|
||||
用户登录
|
||||
|
||||
用户注册
|
||||
|
||||
主页帖子
|
||||
|
||||
帖子详情
|
||||
|
||||
用户主页
|
||||
|
||||
未完待续
|
@ -79,8 +79,8 @@ DATABASES = {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'NAME': 'server01',
|
||||
'USER': 'root',
|
||||
'PASSWORD': '!d0x9sDXS',
|
||||
'HOST': '113.125.109.60',
|
||||
'PASSWORD': '******',
|
||||
'HOST': '******',
|
||||
'PORT': '3306',
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user