/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
- from django.db import models
- class Person(models.Model):
- name = models.CharField(max_length=100)