PageRenderTime 70ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/modeltests/proxy_model_inheritance/app1/models.py

https://code.google.com/p/mango-py/
Python | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | b82058b40f288b82c33d00ea9cc0408e MD5 | raw file
Possible License(s): BSD-3-Clause
  1. from app2.models import NiceModel
  2. class ProxyModel(NiceModel):
  3. class Meta:
  4. proxy = True