Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
John Heasly edited this page Feb 2, 2019 · 2 revisions

ProTip: To manually remove Images orphaned by a bulk delete of APStorys:

Image.objects.filter(apstory__isnull=True).delete()

Clone this wiki locally