Metadata-Version: 1.1
Name: django-oml
Version: 0.0.2
Summary: An app that allows you moderate content
Home-page: http://www.routeatlas.com
Author: Angel Velasquez, Agustín Cangiani
Author-email: angvp@archlinux.org, cangiani@gmail.com
License: GPL
Description: django-oml
        ========================
        
        .. image:: https://travis-ci.org/RouteAtlas/django-oml.png?branch=master
            :target: https://travis-ci.org/RouteAtlas/django-oml
        
        Welcome to the documentation for django-oml!
        
        OML means Object Moderation Layer, the idea is to have a mixin model that
        allows you to moderate several kinds of content.
        
        On config set up a dictionary ::
        
        	OML_CONFIG = {
        
        		# True if some groups wont be moderated
        		'OML_EXCLUDE_MODERATED': True/False,
        
                        # List of groups id that will be omitted
        		'OML_EXCLUDED_GROUPS': []
        
        	}
        
        This is still a project in development
        
        Running the Tests
        ------------------------------------
        
        You can run the tests with via::
        
            python setup.py test
        
        or::
        
            python runtests.py
        
        
        .. image:: https://d2weczhvl823v0.cloudfront.net/RouteAtlas/django-oml/trend.png
           :alt: Bitdeli badge
           :target: https://bitdeli.com/free
        
        
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
