Mentions légales du service

Skip to content

various improvement in the display of shell commands

BAIRE Anthony requested to merge clean-api-command-generation into django

this PR is mainly for code deduplication

  • add the get_base_url() helper to extract base url of the request
  • add the command_multiline and command_oneline for rendering shell commands
  • use the default job queue of the webapp in the job creation command
  • display <job_id> instead of 1 in the job result command
Edited by BAIRE Anthony

Merge request reports