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

/tests/modeltests/proxy_model_inheritance/app2/models.py

https://code.google.com/p/mango-py/
Python | 4 lines | 3 code | 1 blank | 0 comment | 0 complexity | 3aa8f105907c03a56b724333880a47ff MD5 | raw file
Possible License(s): BSD-3-Clause
  1. from django.db import models
  2. class NiceModel(models.Model):
  3. pass