X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e76fdcf2a2488b1787c74fe8dccfa38d7ac04c84..5171b5e91fd7b420ba8a9428d5aa8a35ed78b3f8:/edumed/settings.d/50-contrib.py diff --git a/edumed/settings.d/50-contrib.py b/edumed/settings.d/50-contrib.py index 2210cf1..64770e8 100644 --- a/edumed/settings.d/50-contrib.py +++ b/edumed/settings.d/50-contrib.py @@ -1,2 +1,13 @@ CAS_SERVER_URL = 'http://logowanie.nowoczesnapolska.org.pl/cas/' CAS_VERSION = '1' + +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'