# z_movie **Repository Path**: glittering/z_movie ## Basic Information - **Project Name**: z_movie - **Description**: video_one,python编程,入门,提高,实战项目的代码 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-09 - **Last Updated**: 2023-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # z_movie #### 介绍 本项目为django教学项目[video_one_teach](https://gitee.com/glittering/video_one)的代码。 看教学文档的请跳转。 #### 安装教程 1. pipenv install 2. pipenv run python manage.py makemigrations 3. pipenv run python manage.py migrate 4. pipenv run python manage.py runserver #### 使用说明 部署服务器的话 1. gunicorn 2. supervisor 3. nginx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request