models.py 107 B

12345
  1. from django.db import models
  2. class TestTable(models.Model):
  3. field = models.CharField(max_length=100)