akvo.rsr.management.commands.make_program module
Make a program from the given project id
Usage:
python manage.py make_program project_id
- class akvo.rsr.management.commands.make_program.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 = 'Make a program from the given project id'