Added error handling views and templates, added setting to log request errors to a file.

This commit is contained in:
Chris Church
2013-05-28 14:11:19 -04:00
parent e61a966464
commit 40dd9b08be
12 changed files with 117 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{% extends 'rest_framework/base.html' %}
{% load i18n %}
{% block title %}{% trans 'Ansible Commander API' %}{% endblock %}
{% block title %}{% trans 'AnsibleWorks API' %}{% endblock %}
{% block style %}
{{ block.super }}
@@ -52,7 +52,7 @@ html body .str a {
{% endblock %}
{% block branding %}
{% trans 'Ansible Commander API' %}
{% trans 'AnsibleWorks API' %}
<span class="powered-by">({% trans 'powered by' %} {{ block.super }})</span>
{% endblock %}