# 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/byteweaver/django-versioncheck#egg=django-versioncheck
Add `versioncheck` to your `INSTALLED_APPS`:
INSTALLED_APPS = (
...
'versioncheck',
...
)
## How to use
At the momement django-versioncheck does just provide a simple management command to display the installed django
version and the latest upstream version on PYPI.
$ python manage.py checkversion
### Web view usage
Hook this app into your urls.py:
urlpatterns = patterns('',
...
url(r'^versioncheck/', include('versioncheck.urls', namespace='versioncheck')),
...
)
WARNING: This view is not secured and exposes your current Django version, use with caution!
## Python version notice
The current version is developed to be used with Python 3 and only tested on this major version.
## Changelog
See `Changelog.md` file.
## Todo & Roadmap
It is just a protoype, most features are not ready yet.
https://github.com/byteweaver/django-versioncheck/issues
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/byteweaver/django-versioncheck#egg=django-versioncheck
Add `versioncheck` to your `INSTALLED_APPS`:
INSTALLED_APPS = (
...
'versioncheck',
...
)
## How to use
At the momement django-versioncheck does just provide a simple management command to display the installed django
version and the latest upstream version on PYPI.
$ python manage.py checkversion
### Web view usage
Hook this app into your urls.py:
urlpatterns = patterns('',
...
url(r'^versioncheck/', include('versioncheck.urls', namespace='versioncheck')),
...
)
WARNING: This view is not secured and exposes your current Django version, use with caution!
## Python version notice
The current version is developed to be used with Python 3 and only tested on this major version.
## Changelog
See `Changelog.md` file.
## Todo & Roadmap
It is just a protoype, most features are not ready yet.
https://github.com/byteweaver/django-versioncheck/issues
Release files for django-versioncheck 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-versioncheck-0.1.0.tar.gz | 3.6 kB | Details |
Release files / django-versioncheck-0.1.0.tar.gz
| Download URL | django-versioncheck-0.1.0.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
45c99c298fe63b66e33b812b5538de801122d3b81166bc8b01033e10e8222ea4
|
|
BLAKE2b-256 checksum How to use checksums |
baf907f00313e5f6598b55d0315860bc0d87cc530232d12cb9cdc17a51219f91
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |