Delete Django Content Types
from django.contrib.contenttypes.models import ContentType ContentType.objects.filter(app_label='YOUR_DEAD_AND_BURIED_APP').delete()