geonode.management_commands_http.tasks

Functions

run_management_command_async(self, job_id)

Celery Task responsible to run the management command.

Module Contents

geonode.management_commands_http.tasks.run_management_command_async(self, job_id)[source]

Celery Task responsible to run the management command. It justs sends the job_id arg to a function that gonna call django.core.management.call_command with all the required setup.