Increase max comment length to 3000 characters.
[matthijs/projects/xerxes.git] / 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: