X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=blobdiff_plain;f=settings.py;h=4848651b77d31285b49ebed81d3eb921b538973e;hp=b7123114c88fccf7326f5f886497a2a772492c74;hb=eff196a2dbe88c8dcde0498ef2722e95d5349020;hpb=f81c536a2efef73095db340a5168157301504628 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: