# go-view Django Server **Repository Path**: pengwow/go-view-dj ## Basic Information - **Project Name**: go-view Django Server - **Description**: go view的Django框架后端服务 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-07-12 - **Last Updated**: 2024-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 总揽 go-view项目地址: https://gitee.com/dromara/go-view/tree/master-fetch/ 接口说明地址:https://docs.apipost.cn/preview/5aa85d10a59d66ce/ddb813732007ad2b?target_id=84dbc5b0-158f-4bcb-8f74-793ac604ada3#3e053622-1e76-43f9-a039-756aee822dbb 前端已打包到static中 python版本:3.10 Django版本:3.2.20 # 使用 安装依赖: ```shell pip install -r requirements.txt ``` 运行: ```shell python manage.py runserver 0.0.0.0:8000 ``` 访问: [http://127.0.0.1:8000/#/login](http://127.0.0.1:8000/#/login) 账号密码:`admin/123456`