From: Matthijs Kooijman Date: Mon, 17 Nov 2008 16:18:10 +0000 (+0100) Subject: Increase max comment length to 3000 characters. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=eff196a2dbe88c8dcde0498ef2722e95d5349020 Increase max comment length to 3000 characters. --- 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: