annot-server/settings.py.tmpl
changeset 42 926f0426ce78
parent 13 435d5c15275a
child 66 658561ea9e65
equal deleted inserted replaced
41:69a7e0b101de 42:926f0426ce78
     6 
     6 
     7 CONN_STR = ''
     7 CONN_STR = ''
     8 
     8 
     9 STATIC_URL = '/static'
     9 STATIC_URL = '/static'
    10 STATIC_ROOT = os.path.join(os.path.dirname(os.path.abspath(__file__)),'static')
    10 STATIC_ROOT = os.path.join(os.path.dirname(os.path.abspath(__file__)),'static')
    11 
    11 LDT_PLATFORM_BASE_URL = 'http://ldt.iri.centrepompidou.fr/ldtplatform'
    12 from settings import *