Generated: Thu 2012-06-07 23:06 SGT
Source file: /Users/martin/Projects/pycon-apac-2012/tdd-with-django/reusable-app/myapp/models.py
Stats: 2 executed, 0 missed, 1 excluded, 4 ignored
"""Models for appname application."""
from django.db import models
class Example(models.Model):
"""Example model class."""
text = models.TextField(blank=True, null=True)