X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;h=4848651b77d31285b49ebed81d3eb921b538973e;hb=4bd170e7451502e3d375570dad58bed94a751af2;hp=fdfa66e178f86dbe621b464ce6cda055d6ce7d9b;hpb=6441b6d77723178b4456deca4189723205abfada;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/settings.py b/settings.py index fdfa66e..4848651 100644 --- a/settings.py +++ b/settings.py @@ -36,8 +36,6 @@ LANGUAGES = ( ('en', 'English'), ) -SITE_ID = 1 - # If you set this to False, Django will make some optimizations so as not # to load the internationalization machinery. USE_I18N = True @@ -116,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: