Metadata-Version: 2.0
Name: medularis-django-utils
Version: 0.1.0
Summary: UNKNOWN
Home-page: https://github.com/medularis/medularis-django-utils
Author: German Larrain
Author-email: glarrain@users.noreply.github.com
License: 3-clause BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4

medularis-django-utils (Medularis' Django utilities)
====================================================

Medularis' open source utilities for use in Django projects.

This project is a fork of `lu-dj-utils <https://github.com/lookup/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:

.. code-block:: console

    $ python -m unittest discover


