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


class Person(models.Model):
    name = models.CharField(max_length=255)