models.py:
from django.db import models class Book(models.Model): title = models.CharField(max_length=32)
test.py:
from django.test import TestCase
京公网安备 11010502049817号