PageRenderTime 16ms CodeModel.GetById 11ms RepoModel.GetById 1ms app.codeStats 0ms

/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
Possible License(s): BSD-3-Clause
  1. from django.db import models
  2. class Person(models.Model):
  3. name = models.CharField(max_length=100)