1. 首页
  2. 数据库
  3. 其它
  4. toomanyflix:使用Django Rest框架的Django应用程序 源码

toomanyflix:使用Django Rest框架的Django应用程序 源码

上传者: 2021-04-19 13:42:06上传 ZIP文件 13KB 热度 26次
部署方式 使用Django Rest Framework 应用程序。 git clone https://github.com/vinny-santaiti/toomanyflix.git # go to folder cd toomanyflix # add virtualenv (supports python 2 or 3: pip install virtualenv) # .env is the virtual env folder virtualenv --python=python3.7 .env # add virtualenv for python 3 only (python 2 is not installed) # venv is preinstalled with python3 python3 -m venv .env # enter virtualenv
用户评论