PageRenderTime 96ms CodeModel.GetById 32ms RepoModel.GetById 8ms app.codeStats 0ms

/tests/regressiontests/bug8245/models.py

https://code.google.com/p/mango-py/
Python | 4 lines | 3 code | 1 blank | 0 comment | 0 complexity | 2a16083df57d18a12232b12a279c00bd MD5 | raw file
Possible License(s): BSD-3-Clause
  1. from django.db import models
  2. class Story(models.Model):
  3. title = models.CharField(max_length=10)