Metadata-Version: 1.1
Name: django-mongologging
Version: 0.1
Summary: Logging changes in Django Models to MongoDB for HTTP requests and Celery tasks
Home-page: https://github.com/abramovd/django-mongolog
Author: Dmitry Abramov
Author-email: diabramo@yandex.ru
License: APACHE
Description: ===============
        django-mongologging
        ===============
        
        **django-mongologging** is a Django app to store information about models changes in MongoDB.
        It allows to log changes to models by Http Requests (by user) or by celery tasks.
        
        To be continued soon.
        
Keywords: django mongodb logging celery history
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django
