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


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