django1/tests/proxy_model_inheritance/app2/models.py

6 lines
71 B
Python

from django.db import models
class NiceModel(models.Model):
pass