创建django项目

pipenv install

pipenv --python 3.6

pipenv install django==2.1.8

django-admin startproject DjangoPractice

python manage.py startapp pvmi

pipenv install djangorestframework 

pipenv install django-cors-headers
原文地址:https://www.cnblogs.com/pythonwl/p/14681863.html