{% extends "base.html" %} {% block extralinks %} {% endblock %} {% block content %}

{{ command_display_name }}

Category: {{ app_config_category }}


{% include 'jobs/partials/form.html' with id='run-job' button_text='Run command' file_upload=True info_text=info_text %}
{% include 'jobs/job-detail-history.html' %}
{% if show_warnings %}
Warnings
  • If you're going to run a new management command that has just been deployed, make sure Terraform has finished applying the deployment. Otherwise a consumer worker that doesn't have the new code yet might try to pick up the job and it'll crash.
{% endif %}

Code

{{ file_path }}

{{ file_contents }}
{% endblock content %} {% block extrascripts %} {% endblock extrascripts %}