Increase max comment length to 3000 characters.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 17 Nov 2008 16:18:10 +0000 (17:18 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sat, 10 Jan 2009 12:01:21 +0000 (13:01 +0100)
settings.py

index b7123114c88fccf7326f5f886497a2a772492c74..4848651b77d31285b49ebed81d3eb921b538973e 100644 (file)
@@ -114,6 +114,9 @@ AUTHENTICATION_BACKENDS = (
 
 AUTH_PROFILE_MODULE = 'base.UserProfile'
 
+# Max length for comments, in characters.
+DEFAULT_MAX_COMMENT_LENGTH = 3000
+
 # Import local settings, that are specific to this installation. These
 # can override any settings specified here.
 try: