django serializers小結

1、模型。 from django.contrib.auth.hashers import check_password from django.db import models # Create your models here. class User(models.Model): name = models.CharField(max_length=128, verbose_nam
相關文章
相關標籤/搜索