askbot.management.commands.base_command

#——————————————————————————- # Name: Award badges command # Purpose: This is a command file croning in background process regularly to # query database and award badges for user’s special acitivities. # # Author: Mike, Sailing # # Created: 22/01/2009 # Copyright: (c) Mike 2009 # Licence: GPL V2 #——————————————————————————-

class askbot.management.commands.base_command.BaseCommand

Bases: django.core.management.base.NoArgsCommand

update_activities_auditted(cursor, activity_ids)

This Page