{% extends "admin/base_site.html" %} {% load i18n admin_static custom %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}{{ block.super }} dashboard{% endblock %} {% block breadcrumbs %} {% endblock %} {% block navbar-fixed %} navbar-fixed{% endblock %} {% block content %}
{% trans 'Install and update project libraries' %}
{% trans 'Enter New Library Name (with version if required any specific version). Ex: Django==1.9.10 and Restart server button will execute command that define in "DJADMIN_SERVER_RESTART" settings' %}
{% trans 'Output Windows' %}

{% for i in all_apps %} {% endfor %}
{% trans 'S.No.' %} {% trans 'Current Version' %} {% trans 'Latest Version' %} {% trans 'Enter Version for install' %} {% trans 'Action' %}
{{ forloop.counter }} {{ i.key }} {{ i.version }}
{% endblock %} {% block sidebar %}
{% trans 'Migration Status' %}
{% trans 'Click on red "migrate" label for single app migrate' %}
{% endblock %} {% block extrajs %} {% endblock %}