摘要:
创建表参考: # Create your models here. from django.db import models from django.contrib.auth.models import AbstractUser class UserInfo(AbstractUser): '''用户 阅读全文
posted @ 2019-04-15 00:34
要一直走下去
阅读(512)
评论(0)
推荐(0)
|
摘要:
创建表参考: # Create your models here. from django.db import models from django.contrib.auth.models import AbstractUser class UserInfo(AbstractUser): '''用户 阅读全文
posted @ 2019-04-15 00:34
要一直走下去
阅读(512)
评论(0)
推荐(0)
|