medularis-django-utils

Medularis's open source utilities for use in Django projects


License
BSD-3-Clause
Install
pip install medularis-django-utils==0.1.2

Documentation

medularis-django-utils (Medularis' Django utilities)

https://secure.travis-ci.org/medularis/medularis-django-utils.png?branch=master https://coveralls.io/repos/medularis/medularis-django-utils/badge.png?branch=master Latest version

Medularis' open source utilities for use in Django projects.

This project is a fork of lu-dj-utils.

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