{% extends "skeleton.html" %} {% block page_title %}Cron Jobs{% endblock %} {% block page_head %} {% endblock %} {% block body %}
{{ cron_error }}{% endif %}
Cron Job | Schedule |
---|---|
{{ job.url }}{{ job.description }} |
{{ job.schedule }}
{% if job.timezone %}
Timezone: {{ job.timezone }}
{% endif %}
{% if job.timezone and not has_pytz %}
{% else %}
In production, this would run at these times:
{% endif %}
|
This application doesn't define any cron jobs. See the documentation to learn how to configure cron jobs.
{% endif %}