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"
|
"system": "system@pandora.local"
|
||||||
},
|
},
|
||||||
"https": false,
|
"https": false,
|
||||||
"id": "cinemuse",
|
"id": "cms",
|
||||||
"name": "CineMuseSpace",
|
"name": "CineMuseSpace",
|
||||||
// Set to true to allow search engines to index the site
|
// Set to true to allow search engines to index the site
|
||||||
"public": false,
|
"public": false,
|
||||||
|
|
|
@ -4,7 +4,7 @@ import os
|
||||||
from os.path import join, abspath, basename, dirname
|
from os.path import join, abspath, basename, dirname
|
||||||
|
|
||||||
# change this
|
# change this
|
||||||
name = 'cinemuse'
|
name = 'cms'
|
||||||
overwrite = (
|
overwrite = (
|
||||||
#('home', 'indiancinema'),
|
#('home', 'indiancinema'),
|
||||||
#('infoView', 'indiancinema'),
|
#('infoView', 'indiancinema'),
|
||||||
|
|
Loading…
Reference in a new issue