Created
January 30, 2014 18:10
-
-
Save defbyte/8714921 to your computer and use it in GitHub Desktop.
Delete Django Content Types
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.contrib.contenttypes.models import ContentType | |
ContentType.objects.filter(app_label='YOUR_DEAD_AND_BURIED_APP').delete() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment