Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xishandong/django_server_redbook
仿小红书项目的配套后端
https://github.com/xishandong/django_server_redbook
django webserver xhs
Last synced: 9 days ago
JSON representation
仿小红书项目的配套后端
- Host: GitHub
- URL: https://github.com/xishandong/django_server_redbook
- Owner: xishandong
- Created: 2023-07-10T08:53:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T05:54:39.000Z (4 months ago)
- Last Synced: 2024-07-11T07:02:58.951Z (4 months ago)
- Topics: django, webserver, xhs
- Language: Python
- Homepage:
- Size: 15.1 MB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Django后端
#### 我的个人博客
[回锅炒辣椒的个人博客](https://www.xsblog.site/)
#### 此项目是该项目配套后端[vue3+element-plus 仿小红书Web前端](https://github.com/xishandong/Vue3_web_redbook)
#### 需要安装依赖
``` bash
pip install Django
pip install pyjwt
pip install django-cors-headers
pip insatll mysqlclient
```#### 使用
需要在settings中修改数据库的配置信息
配置你自己的端口号等信息
``` bash
python manage.py makemigrations
python manage.py migrate
```#### 功能
用户登录用户注册
主页帖子
帖子详情
用户主页
用户评论
用户更新个人信息
用户帖子管理
未完待续