kenken999's picture
test
eb5ea89
raw
history blame
148 Bytes
from django.db import models
class DataModel(models.Model):
id = models.AutoField(primary_key=True)
name = models.CharField(max_length=255)