Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

caioariede/detect-django-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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'))

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages