fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
new question
[edumed.git]
/
edumed
/
settings.d
/
50-contrib.py
diff --git
a/edumed/settings.d/50-contrib.py
b/edumed/settings.d/50-contrib.py
index
2da1448
..
64770e8
100644
(file)
--- a/
edumed/settings.d/50-contrib.py
+++ b/
edumed/settings.d/50-contrib.py
@@
-3,3
+3,11
@@
CAS_VERSION = '1'
SPONSORS_THUMB_WIDTH = 100
SPONSORS_THUMB_HEIGHT = 56
SPONSORS_THUMB_WIDTH = 100
SPONSORS_THUMB_HEIGHT = 56
+
+PYBB_TEMPLATE = "base_forum.html"
+PYBB_SMILES = {}
+PYBB_ENABLE_ANONYMOUS_POST = False
+
+PYBB_DEFAULT_TITLE = u'Forum'
+PYBB_DEFAULT_TIME_ZONE = 1
+PYBB_PERMISSION_HANDLER = 'edumed.forum.ForumPermissionHandler'