/tests/regressiontests/test_utils/models.py

https://code.google.com/p/mango-py/ · Python · 5 lines · 3 code · 2 blank · 0 comment · 0 complexity · cb4192b38d58d1ae5e325ba13d937e76 MD5 · raw file

  1. from django.db import models
  2. class Person(models.Model):
  3. name = models.CharField(max_length=100)