Skip to main content

Moderation panel for TypePad applications.

Project description

Get the moderation app:

pip -E $VIRTUAL_ENV install -e git://github.com/sixapart/typepadapp-moderation.git#egg=typepadapp_moderation

Add the following to your urls.py:

(r’^moderation’, include(‘moderation.urls’)),

And include the following in your local_settings.py module:

USE_MODERATION = True

if USE_MODERATION:

from settings import INSTALLED_APPS, TEMPLATE_CONTEXT_PROCESSORS

## This is a location relative to MEDIA_ROOT and MEDIA_URL ## Make sure your web server has rights to create files there. UPLOAD_PATH = ‘uploads’

INSTALLED_APPS = (‘moderation’,) + INSTALLED_APPS

TEMPLATE_CONTEXT_PROCESSORS += (‘moderation.context_processors.globals’, )

## Customize this setting if you wish to alter the options shown ## when flagging a published post or comment: # REPORT_OPTIONS = [ # [“Option label”], # [“Admin: Suppress this post immediately”, 1] # ]

## Assign a Typepad Antispam API key here to make use of antispam ## filtering. # TYPEPAD_ANTISPAM_API_KEY = ‘antispam-api-key’

## For selective moderation; enabling this feature will default ## moderation so that it is only done for specific users. # MODERATE_BY_USER = True

## For selective moderation; enabling this feature will default ## moderation so that it is only done for these specific post types. ## Types are: post, photo, link, audio, video, comment # MODERATE_TYPES = (‘photo’,)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

typepadapp-moderation-1.0.3.tar.gz (30.3 kB view details)

Uploaded Source

File details

Details for the file typepadapp-moderation-1.0.3.tar.gz.

File metadata

File hashes

Hashes for typepadapp-moderation-1.0.3.tar.gz
Algorithm Hash digest
SHA256 a14dfa52a5830669fae21e7ff1738b9b9672091a9ffda5b7c881679b4c3c1d26
MD5 01d37fa8a2608aca34d97d34b6a845cb
BLAKE2b-256 98a285b1ef6bb8dbbe6c1fe1387bebd9bcd7b96986075a00956396f3a6217c3e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page