# back-end **Repository Path**: mobile-internet-intro-finalwork/back-end ## Basic Information - **Project Name**: back-end - **Description**: 小程序后端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-15 - **Last Updated**: 2021-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gosite #### 介绍 移动互联网大作业项目:wi智游 django框架 #### 软件架构 + 一对多关系 一个城市有着不同的游玩方案,则需要在游玩方案中加入 ForeignKey字段,来对应相应的城市。 + 多对多关系 每个游玩方案有不同的酒店,可以使用ManyToManyField字段来创 建 + 详情请见文档 #### 安装教程 + git clone https://github.com/django/django.git + cd django + sudo python setup.py install #### 使用说明 + python manager.py startproject gosite #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request