web/ldtplatform/settings.py
changeset 501 5b198be85d50
parent 444 2711eef17092
child 538 fe030de531a6
equal deleted inserted replaced
485:9ee8cc15e244 501:5b198be85d50
   214 
   214 
   215 WEB_VERSION = ldtplatform.get_version()
   215 WEB_VERSION = ldtplatform.get_version()
   216 
   216 
   217 DIVISIONS_FOR_STAT_ANNOTATION = 64
   217 DIVISIONS_FOR_STAT_ANNOTATION = 64
   218 
   218 
   219 FRONT_TAG_LIST = [u"Enmi 2011",u"film"]
   219 FRONT_TAG_LIST = []
       
   220 
       
   221 DEFAULT_CONTENT_ICON = "thumbnails/contents/content_default_icon.png"
       
   222 DEFAULT_PROJECT_ICON = "thumbnails/projects/project_default_icon.png"
       
   223 DEFAULT_USER_ICON = "thumbnails/users/user_default_icon.png"
       
   224 DEFAULT_GROUP_ICON = "thumbnails/groups/group_default_icon.png"
       
   225 PROFILE_IMG_MAX_SIZE = 1000000
       
   226 
       
   227 USE_GROUP_PERMISSIONS = ['Project', 'Content', 'Media']
       
   228 FORBIDDEN_STREAM_URL = "rtmp://media.iri.centrepompidou.fr/ddc_player/mp4:video/forbidden_stream.mp4?old_path="
       
   229 PUBLIC_GROUP_NAME = 'everyone'
       
   230 MAX_USERS_SEARCH = 20
       
   231 
   220 
   232 
   221 from config import *
   233 from config import *
   222 
   234 
   223 if not "LOGIN_URL" in locals():
   235 if not "LOGIN_URL" in locals():
   224     LOGIN_URL = BASE_URL + 'ldtplatform/accounts/login/'
   236     LOGIN_URL = BASE_URL + 'ldtplatform/accounts/login/'