equal
deleted
inserted
replaced
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(): |