/detect-django-version

Demonstrates a simple approach to detect which version of Django a website is running

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

detect-django-version

Demonstrates a simple approach to detect which version of Django a website is running. The website you are trying to identify the version must be using the django.contrib.admin app, as it is used to detect the version.

Usage

from detect import detect

print(detect('http://<site>/static/admin'))