{ "info": { "author": "Petr Dlouh\u00fd", "author_email": "petr.dlouhy@email.cz", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-comments-moderation\n==========================\n\nThis is addition to django-fluent-comments.\n\nThis module registers all emails from comments and allows to set moderation rules for them (blacklist/whitelist).\n\n\ninstallation\n============\n\n.. code-block:: bash\n\n pip install django-comments-moderation\n \nOR\n\n.. code-block:: bash\n\n pip install -e git+https://github.com/PetrDlouhy/django-comments-moderation.git#egg=django-comments-moderation\n\n\nAdd ``comments_moderation`` to your INSTALLED_APPS:\n\n.. code-block::\n\n INSTALLED_APPS = (\n ...\n 'comments_moderation',\n ...\n )\n\nRegister comments moderator - add following lines to admin.py:\n\n.. code-block:: python\n\n from comments_moderation import filtered_moderator\n filtered_moderator.register(CommentedObject)\n\nYou can select moderation mode for new users from two modes - ``'approve'`` and ``'moderate'``.\nIf you want to moderate all comments from new users, set:\n\n.. code-block::\n\n COMMENTS_MODERATION_MODE = 'moderate'\n\nMigrate your models:\n\n.. code-block:: bash\n\n ./manage.py migrate comments_moderation\n \nNow you should see new application ``comments_moderation`` with model ``Email filters`` in your admin interface.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/PetrDlouhy/django-comments-moderation", "keywords": null, "license": "GNU Affero General Public License, Version 3.0", "maintainer": null, "maintainer_email": null, "name": "django-comments-moderation", "package_url": "https://pypi.org/project/django-comments-moderation/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-comments-moderation/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/PetrDlouhy/django-comments-moderation" }, "release_url": "https://pypi.org/project/django-comments-moderation/0.1/", "requires_dist": null, "requires_python": null, "summary": "Moderation plugin for django-fluent-comments", "version": "0.1" }, "last_serial": 1034744, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b42296d84c0e645eab0f24b5f62729b2", "sha256": "c34e8fdd879220769086fbf6c222d031e86e1b3ed943c00c9c1644068407d358" }, "downloads": -1, "filename": "django-comments-moderation-0.1.tar.gz", "has_sig": false, "md5_digest": "b42296d84c0e645eab0f24b5f62729b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17200, "upload_time": "2014-03-19T09:57:31", "url": "https://files.pythonhosted.org/packages/0a/41/a50294b8caf5b55804bb2c9cd5481b63deea4a9ef3622bf1f41de7240d10/django-comments-moderation-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b42296d84c0e645eab0f24b5f62729b2", "sha256": "c34e8fdd879220769086fbf6c222d031e86e1b3ed943c00c9c1644068407d358" }, "downloads": -1, "filename": "django-comments-moderation-0.1.tar.gz", "has_sig": false, "md5_digest": "b42296d84c0e645eab0f24b5f62729b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17200, "upload_time": "2014-03-19T09:57:31", "url": "https://files.pythonhosted.org/packages/0a/41/a50294b8caf5b55804bb2c9cd5481b63deea4a9ef3622bf1f41de7240d10/django-comments-moderation-0.1.tar.gz" } ] }