Compatibility library for Django.
Project description
django-nine - compatibility library for Django.
Installation
Install latest stable version from PyPI:
$ pip install django-nine
Or latest stable version from GitHub:
$ pip install -e git+https://github.com/barseghyanartur/django-nine@stable#egg=django-nine
Or latest stable version from BitBucket:
$ pip install -e hg+https://bitbucket.org/barseghyanartur/django-nine@stable#egg=django-nine
Usage
For example, if Django version installed in your environment is 1.7.4, then the following would be true.
from nine import versions
versions.DJANGO_1_7 # True
versions.DJANGO_LTE_1_7 # True
versions.DJANGO_GTE_1_7 # True
versions.DJANGO_GTE_1_8 # False
versions.DJANGO_GTE_1_4 # True
versions.DJANGO_LTE_1_6 # False
Or you could safely import the user model as follows:
from nine.user import User
License
GPL 2.0/LGPL 2.1
Support
For any issues contact me at the e-mail given in the Author section.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-nine-0.1.10.tar.gz
(16.7 kB
view hashes)
Built Distribution
Close
Hashes for django_nine-0.1.10-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85809424faa65afb8cd02f0d7962c9c0f844c6a3b0fe0d3560090b65c59f7f49 |
|
MD5 | 2c3edad08637c0983d9108a197a654b3 |
|
BLAKE2b-256 | 54020ae84d21b60e1684760d9da68d69db00c23d34c11ead929153a2162dde7c |