from django.db import models # Create your models here. # class AdminAccount(models.Model): # account = models.CharField(max_length=36,default="") # password = models.CharField(max_length=36,default="")