File size: 218 Bytes
947c08e
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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="")