コード例 #1
0
 def handle(self, *args, **options):
     count = AccountDeletion.expunge()
     print("{0} expunged.".format(count))
コード例 #2
0
ファイル: tasks.py プロジェクト: jdonaghue/ahgl-site
def expunge_deleted():
    return AccountDeletion.expunge()
コード例 #3
0
 def handle(self, *args, **options):
     count = AccountDeletion.expunge()
     print "%d expunged." % count
コード例 #4
0
 def handle(self, *args, **options):
     count = AccountDeletion.expunge()
     print "%d expunged." % count
コード例 #5
0
ファイル: tasks.py プロジェクト: noahm/ahgl-site
def expunge_deleted():
    return AccountDeletion.expunge()