parts/django/tests/modeltests/proxy_model_inheritance/app2/models.py
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 00:03:57 +0530
changeset 371 94497f8b1dae
parent 307 c6bca38c1cbf
permissions -rw-r--r--
pointed the link correctly

from django.db import models

class NiceModel(models.Model):
    pass