changeset 96 | f58715468f1e |
parent 88 | 2e2414765a59 |
95:806739a26858 | 96:f58715468f1e |
---|---|
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 LDT_PLATFORM_BASE_URL = 'http://ldt.iri.centrepompidou.fr/ldtplatform' |
11 LDT_PLATFORM_BASE_URL = 'http://ldt.iri.centrepompidou.fr/ldtplatform' |
12 |
12 |
13 SYNC_POST_PARAM = {} |
13 SYNC_POST_PARAM = {} |
14 |
|
15 DEBUG = True |