Django Management Commands

Note

These are management commands that are to be run from the command line using python manage.py <command>.

Management Commands

git_refresh

Command: python manage.py git_refresh

class management.commands.git_refresh.Command(stdout=None, stderr=None, no_color=False, force_color=False)

Trigger a git pull on the COVID dataset. Can be called via python manage.py git_refresh. No arguments are supported with this command.

handle(*args, **options)

Called by invoking the command class with python manage.py git_refresh.