constants.py 251 B

12345678910111213
  1. # Webhook content types
  2. HTTP_CONTENT_TYPE_JSON = 'application/json'
  3. # Registerable extras features
  4. EXTRAS_FEATURES = [
  5. 'custom_fields',
  6. 'custom_links',
  7. 'export_templates',
  8. 'job_results',
  9. 'journaling',
  10. 'tags',
  11. 'webhooks'
  12. ]