web/ldtplatform/settings.py
changeset 340 5f919a978f50
parent 332 c28d4dc49a50
child 444 2711eef17092
equal deleted inserted replaced
336:24eea54ed5f9 340:5f919a978f50
   211 
   211 
   212 ANONYMOUS_USER_ID = -1
   212 ANONYMOUS_USER_ID = -1
   213 
   213 
   214 WEB_VERSION = ldtplatform.get_version()
   214 WEB_VERSION = ldtplatform.get_version()
   215 
   215 
       
   216 DIVISIONS_FOR_STAT_ANNOTATION = 64
       
   217 
   216 from config import *
   218 from config import *
   217 
   219 
   218 if not "LOGIN_URL" in locals():
   220 if not "LOGIN_URL" in locals():
   219     LOGIN_URL = BASE_URL + 'ldtplatform/accounts/login/'
   221     LOGIN_URL = BASE_URL + 'ldtplatform/accounts/login/'
   220 if not "LOGOUT_URL" in locals():
   222 if not "LOGOUT_URL" in locals():