for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from django.db import models
class NestedModel(models.Model):
text = models.TextField()
class Meta:
app_label = 'testapp_nested'