projects
/
matthijs
/
projects
/
xerxes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f81c536
)
Increase max comment length to 3000 characters.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 17 Nov 2008 16:18:10 +0000
(17:18 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Sat, 10 Jan 2009 12:01:21 +0000
(13:01 +0100)
settings.py
patch
|
blob
|
history
diff --git
a/settings.py
b/settings.py
index b7123114c88fccf7326f5f886497a2a772492c74..4848651b77d31285b49ebed81d3eb921b538973e 100644
(file)
--- a/
settings.py
+++ b/
settings.py
@@
-114,6
+114,9
@@
AUTHENTICATION_BACKENDS = (
AUTH_PROFILE_MODULE = 'base.UserProfile'
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:
# Import local settings, that are specific to this installation. These
# can override any settings specified here.
try: