web/ldtplatform/settings.py
changeset 444 2711eef17092
parent 340 5f919a978f50
child 447 91d87f958a16
child 501 5b198be85d50
equal deleted inserted replaced
443:ef326411c1fe 444:2711eef17092
       
     1 # -*- coding: utf-8 -*-
     1 #@PydevCodeAnalysisIgnore
     2 #@PydevCodeAnalysisIgnore
     2 import os.path
     3 import os.path
     3 import ldtplatform
     4 import ldtplatform
     4 # Django settings for project.
     5 # Django settings for project.
     5 
     6 
   213 
   214 
   214 WEB_VERSION = ldtplatform.get_version()
   215 WEB_VERSION = ldtplatform.get_version()
   215 
   216 
   216 DIVISIONS_FOR_STAT_ANNOTATION = 64
   217 DIVISIONS_FOR_STAT_ANNOTATION = 64
   217 
   218 
       
   219 FRONT_TAG_LIST = [u"Enmi 2011",u"film"]
       
   220 
   218 from config import *
   221 from config import *
   219 
   222 
   220 if not "LOGIN_URL" in locals():
   223 if not "LOGIN_URL" in locals():
   221     LOGIN_URL = BASE_URL + 'ldtplatform/accounts/login/'
   224     LOGIN_URL = BASE_URL + 'ldtplatform/accounts/login/'
   222 if not "LOGOUT_URL" in locals():
   225 if not "LOGOUT_URL" in locals():