摘要: 环境准备pip install djangorestframework==3.10pip install django==2.1.2 创建项目 django-admin startproject helloworld 修改数据库 DATABASES = { 'default': { 'ENGINE' 阅读全文
posted @ 2022-03-23 17:48 空谷近心 阅读(45) 评论(0) 推荐(0)