/lu-dj-utils

LookUP.cl's open source utilities for use in Django projects

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

lu-dj-utils (LookUP.cl's Django utilities)

https://secure.travis-ci.org/lookup/lu-dj-utils.png?branch=master https://coveralls.io/repos/lookup/lu-dj-utils/badge.svg?branch=master&service=github Latest version

LookUP.cl's open source utilities for use in Django projects.

Install

pip install lu-dj-utils

Do not change anything in your settings module.

License

This software is licensed under the OSI-approved "BSD License". To avoid confusion with the original BSD license from 1990, the FSF refers to it as "Modified BSD License". Other names include "New BSD", "revised BSD", "BSD-3", or "3-clause BSD".

See the included LICENSE.txt file.

Run tests

At the project root directory run:

python setup.py test

To test the project in all the supported Python environments run:

tox