models.py 155 Bytes DüzenleWeb IDE 1 2 3 4 5 6 7 8 9 """ Regression tests for initial SQL insertion. """ from django.db import models class Simple(models.Model): name = models.CharField(max_length=50)