2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

[FR] Add plugin keys, state and version to version info (#3496)

* [FR] Add plugin keys, state and version  to version info
Fixes #3477

* Add info to general API endpoint
This commit is contained in:
Matthias Mair
2022-08-07 23:55:55 +02:00
committed by GitHub
parent a77f21b17e
commit 6c55874dd1
3 changed files with 23 additions and 0 deletions

View File

@ -6,3 +6,4 @@ Django Version: {% django_version %}
Database: {% inventree_db_engine %}
Debug-Mode: {% inventree_in_debug_mode %}
Deployed using Docker: {% inventree_docker_mode %}
Active plugins: {% plugins_info %}