Created
July 10, 2012 00:07
-
-
Save conniec/3079954 to your computer and use it in GitHub Desktop.
village voice delete conv
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 lfcore.conv.api import ConvAPI | |
def delete_conv(conv_id): | |
c = Conv.objects.get(pk=conv_id) | |
ConvAPI.delete_conv(c, c.owner, mangle=True) | |
delete_conv(12213921) | |
delete_conv(12220145) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment