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
/
app1
/
models.py
blob: 59a9ac7f6c6610c0895603ca7c5d1e021afc4343 (
plain
)
1
2
3
4
5
from app2.models import NiceModel class ProxyModel(NiceModel): class Meta: proxy = True