Glittering / z_movie

django教学项目的代码

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

z_movie

介绍

本项目为django教学项目video_one_teach的代码。 看教学文档的请跳转。

安装教程

  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

About

django教学项目的代码


Languages

Language:Python 100.0%