akvo.rsr.management.commands.populate_local_db module

class akvo.rsr.management.commands.populate_local_db.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

static add_fake_project_image(project)[source]
handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

help = 'Script for populating DB for local development purpose'