Metadata-Version: 2.0
Name: django-datum
Version: 0.1.1
Summary: UNKNOWN
Home-page: https://github.com/ambitioninc/django-datum
Author: Josh Marlow
Author-email: opensource@ambition.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Requires-Dist: Django (>=1.7)
Requires-Dist: jsonfield

.. image:: https://travis-ci.org/ambitioninc/django-datum.png
   :target: https://travis-ci.org/ambitioninc/django-datum

.. image:: https://coveralls.io/repos/ambitioninc/django-datum/badge.png?branch=develop
    :target: https://coveralls.io/r/ambitioninc/django-datum?branch=develop

.. image:: https://pypip.in/v/django-datum/badge.png
    :target: https://pypi.python.org/pypi/django-datum/
    :alt: Latest PyPI version

.. image:: https://pypip.in/d/django-datum/badge.png
    :target: https://pypi.python.org/pypi/django-datum/
    :alt: Number of PyPI downloads


django-datum
===============

Datums are a generic way to track notes that your system should keep track of. 
Think of it as internal logging for your application.

Installation
------------
To install the latest release, type::

    pip install datum

To install the latest code directly from source, type::

    pip install git+git://github.com/ambitioninc/django-datum.git

Documentation
=============

Full documentation is available at http://django-datum.readthedocs.org

License
=======
MIT License (see LICENSE)

