akvo.rsr.management.commands.populate_project_directory_cache module

Populate the project directory cache for all the projects.

Usage:

python manage.py populate_project_directory_cache

class akvo.rsr.management.commands.populate_project_directory_cache.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 = 'Populate the project directory cache for all the projects.\n\nUsage:\n\n    python manage.py populate_project_directory_cache\n\n'