About Checking the Version of Elasticsearch Server
To check which version of Elasticsearch is installed on a server, do this in Django shell:
>>> from elasticsearch import Elasticsearch
>>> es = Elasticsearch()
>>> es.info()["version"]["number"]
'7.5.2'
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You