From eff196a2dbe88c8dcde0498ef2722e95d5349020 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 17 Nov 2008 17:18:10 +0100 Subject: [PATCH] Increase max comment length to 3000 characters. --- settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.py b/settings.py index b712311..4848651 100644 --- a/settings.py +++ b/settings.py @@ -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: -- 2.30.2