Example #1
0
 def handle(self, *args, **options):
     count = AccountDeletion.expunge()
     print("{0} expunged.".format(count))
Example #2
0
def expunge_deleted():
    return AccountDeletion.expunge()
 def handle(self, *args, **options):
     count = AccountDeletion.expunge()
     print "%d expunged." % count
 def handle(self, *args, **options):
     count = AccountDeletion.expunge()
     print "%d expunged." % count
Example #5
0
def expunge_deleted():
    return AccountDeletion.expunge()