Skip to main content

A small django app which tries to be annoying if your django version is outdated.

Project description

# django-versioncheck

Prototyping a small django app which tries to be annoying if your django version is outdated.

## Installation

If you want to install the latest stable release from PyPi:

$ pip install django-versioncheck

If you want to install the latest development version from GitHub:

$ pip install -e git://github.com/noxan/django-versioncheck#egg=django-versioncheck

Add `versioncheck` to your `INSTALLED_APPS`:

INSTALLED_APPS = (
...
'versioncheck',
...
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-versioncheck-0.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page