toomanyflix:使用Django Rest框架的Django应用程序 源码
部署方式 使用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
用户评论