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
/
comment_tests
/
custom_comments
/
models.py
blob: 592ad79586407e720840444e34e2fec2ea67814b (
plain
)
1
2
3
4
from django.db import models class CustomComment(models.Model): pass