add collectivecinema config

This commit is contained in:
j 2019-10-10 17:03:38 +01:00
parent e1e5912423
commit 791c57c538
2 changed files with 1284 additions and 1 deletions

1283
config.jsonc Normal file

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@ os.chdir(base)
name = os.path.basename(base)
config = join(base, 'config.jsonc')
if os.path.exists(config):
with open('/srv/pandora/northeast/config.jsonc') as fd:
with open(config) as fd:
name = ox.jsonc.load(fd)['site']['id']
for root, folders, files in os.walk(join(base, 'static')):