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 |
212 from config import * |
214 from config import * |
213 |
215 |
214 if not "LOGIN_URL" in locals(): |
216 if not "LOGIN_URL" in locals(): |
215 LOGIN_URL = BASE_URL + 'ldtplatform/accounts/login/' |
217 LOGIN_URL = BASE_URL + 'ldtplatform/accounts/login/' |
216 if not "LOGOUT_URL" in locals(): |
218 if not "LOGOUT_URL" in locals(): |