models.py 103 Bytes
Newer Older
1 2 3 4 5
from django.db import models


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