# Kitchen **Repository Path**: bbbbbbdp/Kitchen ## Basic Information - **Project Name**: Kitchen - **Description**: 学厨网 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学厨网(Kitchen Network Learning) #### 项目介绍 在线厨艺交流 #### 开发环境 - Python 2.7 - Django 1.11 - MySQL 5.7 #### 安装教程 1. 安装所需依赖包 pip install -r requirement.txt 2. 数据库迁移 python manage.py migrate 3. 创建管理员 python manage.py createsuperuser #### 使用说明 - 前台:http://localhost:8000 - 后台:http://localhost:8000/xadmin #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request