6 lines
79 B
Python

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