X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/d0f0e1412cc42d366b234e798dfb68feed05d751..d555d988764995ea1f9f5ece46f453a66f09b334:/src/edumed/settings/contrib.py diff --git a/src/edumed/settings/contrib.py b/src/edumed/settings/contrib.py new file mode 100644 index 0000000..d7ea957 --- /dev/null +++ b/src/edumed/settings/contrib.py @@ -0,0 +1,18 @@ +# -*- coding: utf-8 -*- + +CAS_SERVER_URL = 'http://logowanie.nowoczesnapolska.org.pl/cas/' +CAS_VERSION = '3' + +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' + +THUMBNAIL_ENGINE = 'sorl.thumbnail.engines.convert_engine.Engine' +THUMBNAIL_CONVERT = 'convert -density 300 -background white -alpha off'