web/ldtplatform/settings.py
changeset 242 bee98775a8e8
parent 239 352be36c9fd7
child 314 1a8620e5ebb0
equal deleted inserted replaced
241:8649bd4f2443 242:bee98775a8e8
   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():