{% extends "base.html" %} {% load humanize %} {% block doctitle %} Configure, Build and Perform {% endblock %} {% block content %}
{% for log in team_logs %} {% endfor %}
{{ log.date_created|naturaltime }} {{ log.workflow|truncatechars:50 }} {{ log.performed_by }} {{ log.performed_on|truncatechars:12 }}
{% if not team_logs %}

3bot

Configure, Build and Perform

Looks like you just installed 3bot. Here is a small Todo list to get started

  1. Configure a Worker.
  2. Create some Tasks. You can find some Useful Tasks on TODO: add url to gist.github.com
  3. Create a Workflow.
  4. Perform/Log a Workflow.
{% endif %} {% endblock %}