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
/
modeltests
/
proxy_model_inheritance
/
app2
/
models.py
blob: 549cd07bd20ada927e406e53c5ea79cd72efb7b3 (
plain
)
1
2
3
4
from django.db import models class NiceModel(models.Model): pass