rename
This commit is contained in:
parent
3f9361c857
commit
cb51d2aeba
4 changed files with 3 additions and 3 deletions
|
@ -1160,7 +1160,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"system": "system@pandora.local"
|
||||
},
|
||||
"https": false,
|
||||
"id": "cinemuse",
|
||||
"id": "cms",
|
||||
"name": "CineMuseSpace",
|
||||
// Set to true to allow search engines to index the site
|
||||
"public": false,
|
||||
|
@ -1419,4 +1419,4 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"resolutions": [240, 720],
|
||||
"torrent": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ import os
|
|||
from os.path import join, abspath, basename, dirname
|
||||
|
||||
# change this
|
||||
name = 'cinemuse'
|
||||
name = 'cms'
|
||||
overwrite = (
|
||||
#('home', 'indiancinema'),
|
||||
#('infoView', 'indiancinema'),
|
||||
|
|
Loading…
Reference in a new issue