summaryrefslogtreecommitdiff
path: root/tests/migration_test_data_persistence/models.py
blob: 1b0b795d2ce8a7390290d53c2ae05d9ee362f239 (plain)
1
2
3
4
5
from django.db import models


class Book(models.Model):
    title = models.CharField(max_length=100)