summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dpmcgee@gmail.com>2011-03-24 12:32:03 -0500
committerDan McGee <dpmcgee@gmail.com>2011-03-24 12:32:03 -0500
commit4e6a375b60c519e10c2ab8b5e3a95fb441a9e8ea (patch)
tree72a5b32671ddb9424476bd8f2ade663a6a128800
parent06f5639680ed2ec07b4472d027b63b0d406944c9 (diff)
downloadwebsite-4e6a375b60c519e10c2ab8b5e3a95fb441a9e8ea.tar.gz
website-4e6a375b60c519e10c2ab8b5e3a95fb441a9e8ea.zip
Disable the profanity filtering
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index bbf8da2..a93beb3 100644
--- a/settings.py
+++ b/settings.py
@@ -78,4 +78,6 @@ INSTALLED_APPS = (
COMMENTS_APP = 'mycomments'
+PROFANITIES_LIST = ()
+
# vim: set ts=4 sw=4 et: