{# About page content partial — rendered by HtmxResponseMixin. #}
{{ lara_env.lara_description }}
LARA-django version: {{ lara_env.lara_version }}
LARA authors:
{% for author in lara_env.lara_authors %}
{{ author }}
{% endfor %}
Installed Django Apps
App Name
Version
{% for app in lara_env.apps %}
{{ app.name }}
{{ app.version }}
{% endfor %}
Acknowledgements — The LARA-django developers thank:
the python team
the whole django team (https://www.djangoproject.com/) for their great tool!
mptt developers
the blockly team (https://developers.google.com/blockly/ and https://github.com/google/blockly)
for their visual programming language
Vladimir (Владимир) from pyinto (https://github.com/pyinto) for his inspirations on how to
setup the ordering system and what you can do with CSS and JavaScript