ComicMTL / backend /models /model_1.py
BloodyInside's picture
firsty
947c08e
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="")