geonode.management_commands_http.tasks ====================================== .. py:module:: geonode.management_commands_http.tasks Functions --------- .. autoapisummary:: geonode.management_commands_http.tasks.run_management_command_async Module Contents --------------- .. py:function:: run_management_command_async(self, job_id) 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.