equal
deleted
inserted
replaced
207 |
207 |
208 ANONYMOUS_USER_ID = -1 |
208 ANONYMOUS_USER_ID = -1 |
209 |
209 |
210 WEB_VERSION = ldtplatform.get_version() |
210 WEB_VERSION = ldtplatform.get_version() |
211 |
211 |
212 PUBLIC_GROUP_NAME = 'published_projects' |
|
213 |
|
214 from config import * |
212 from config import * |
215 |
213 |
216 if not "LOGIN_URL" in locals(): |
214 if not "LOGIN_URL" in locals(): |
217 LOGIN_URL = BASE_URL + 'ldtplatform/accounts/login/' |
215 LOGIN_URL = BASE_URL + 'ldtplatform/accounts/login/' |
218 if not "LOGOUT_URL" in locals(): |
216 if not "LOGOUT_URL" in locals(): |