Exemplo n.º 1
0
 def handle(self, *args, **options):
     count = AccountDeletion.expunge()
     print("{0} expunged.".format(count))
Exemplo n.º 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
Exemplo n.º 5
0
def expunge_deleted():
    return AccountDeletion.expunge()