An open API service indexing awesome lists of open source software.

https://github.com/sesh/djver

Ever wanted to know what version of Django someone else is running?
https://github.com/sesh/djver

Last synced: 10 months ago
JSON representation

Ever wanted to know what version of Django someone else is running?

Awesome Lists containing this project

README

          

Through the power of Django's contrib.admin you can use this tool to figure out
(with a decent level of reliability) what version of Django a site is running.

This will only work if contrib.admin is enabled, you can figure out the site's
STATIC_URL, and access to the admin CSS isn't otherwise restricted.

`djver` will detect Django versions from Django 1.4 to Django 1.10.x.

It's probably not a great idea. Just a proof of concept.

### Installation

pip install git+https://github.com/sesh/djver

_Note: right now this is only really tested with Python 3.5_

### Usage

Usage:
djver [--static-path=]

Options:
--static-path= URL path to the site's static files [default: /static/].

### Examples

> ./djver.py commoncode.com.au
1.9.10-1.9

> ./djver.py djangoproject.com --static-path=/s/
1.9.10-1.9