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