index
:
pytask/.git
master
A web application for managing task based workflows.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parts
/
django
/
tests
/
regressiontests
/
special_headers
/
models.py
blob: 0c126757cced46f954618d4f2e749f3be4d23ec9 (
plain
)
1
2
3
4
from django.db import models class Article(models.Model): text = models.TextField()