摘要:
一般使用步骤 步骤一、创建超级用户:python manage.py createsuperuser 步骤二、建立数据模型,本次都是以下面的数据模型为例 数据模型 from django.db import models Create your models here. class Departme 阅读全文
posted @ 2020-01-26 16:54
Treelight
阅读(277)
评论(0)
推荐(0)