award_badges command broken?
If I attempt to use the once_award_badges/multi_award_badges commands, I get an exception in the command script.
Looks like "Badge" is no longer in the askbot models so the line
from askbot.models import User, Activity, Badge, Award, Question, Answer
fails.
Is the award command no longer necessary in the cron job? If so, the askbot_cron_job file should be updated.
Comments