LookUP.cl's open source utilities for use in Django projects.
pip install lu-dj-utils
Do not change anything in your settings
module.
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.
At the project root directory run:
python setup.py test
To test the project in all the supported Python environments run:
tox