This commit is contained in:
Jeremy Stretch 2025-07-22 14:18:21 -04:00 committed by GitHub
commit 55db52ecf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ class StatusView(APIView):
return Response({
'django-version': DJANGO_VERSION,
'hostname': settings.HOSTNAME,
'installed-apps': installed_apps,
'netbox-version': settings.RELEASE.version,
'netbox-full-version': settings.RELEASE.full_version,