{% extends 'cmdbase/base.html' %} {% load i18n static %} {% block title %}{{ _("About") }}{% endblock %} {% block content %}

{{ _("About") }}

CMDBase


Building blocks for a CMDB leveraging Django and PostgreSql.

Find us on Gitlab (report issues) and on PyPI.

{% endblock %}