akvo.rsr.management.commands.announcement_open_rate module
Calculate the open rate for announcements
Usage:
python manage.py announcement_open_rate announcement_tag release_date
- class akvo.rsr.management.commands.announcement_open_rate.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]
Bases:
BaseCommand
- handle(*args, **options)[source]
The actual logic of the command. Subclasses must implement this method.
- help = 'Calculate the open rate for a specific announcement'