{% extends 'djangomaster/base.html' %} {% load i18n %} {% load url from future %} {% block page_title %}South Migrations{% endblock %} {% block content %} {% if not settings.SOUTH_IS_INSTALLED %}
{% trans "South isn't in INSTALLED_APPS" %}
{% else %}
Name | Applied |
---|---|
{{migration.name}} | {{migration.applied}} |
{% trans 'No migrations to be displayed' %}
{% endfor %}