An app that allows you moderate content
Project description
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
This project plays well with the following Django versions:
Django 1.5
Django 1.6
Django 1.7 (not with python 2.6)
With python 2.7 and python 2.6 (except for Django 1.7).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-oml-0.0.3.tar.gz
(5.2 kB
view details)
File details
Details for the file django-oml-0.0.3.tar.gz
.
File metadata
- Download URL: django-oml-0.0.3.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a75a19f2d4aa7c4e5e6e228c31d37250f3efd274bea33b61ec6b1d538b9c97b0 |
|
MD5 | b6a982969b5db90ffd491a7312c0649c |
|
BLAKE2b-256 | 0ed50f8d45933cdb1bdc53626901a643bdcde73b7f0ad1f23c14a9e2fd94184d |