Merge pull request #16 from northbaypython/josh/copy
exporting updated site tree
This commit is contained in:
commit
4dd1d60b3d
1 changed files with 7 additions and 55 deletions
|
@ -13,8 +13,8 @@
|
||||||
"fields": {
|
"fields": {
|
||||||
"title": "About",
|
"title": "About",
|
||||||
"hint": "",
|
"hint": "",
|
||||||
"url": "about",
|
"url": "/about/north-bay-python",
|
||||||
"urlaspattern": true,
|
"urlaspattern": false,
|
||||||
"tree": 1,
|
"tree": 1,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"alias": null,
|
"alias": null,
|
||||||
|
@ -35,9 +35,9 @@
|
||||||
"model": "sitetree.treeitem",
|
"model": "sitetree.treeitem",
|
||||||
"pk": 3,
|
"pk": 3,
|
||||||
"fields": {
|
"fields": {
|
||||||
"title": "Call for Sponsors",
|
"title": "Become a Sponsor",
|
||||||
"hint": "",
|
"hint": "",
|
||||||
"url": "sponsors",
|
"url": "/sponsors/become-a-sponsor",
|
||||||
"urlaspattern": false,
|
"urlaspattern": false,
|
||||||
"tree": 1,
|
"tree": 1,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
|
@ -55,37 +55,13 @@
|
||||||
"access_permissions": []
|
"access_permissions": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"model": "sitetree.treeitem",
|
|
||||||
"pk": 4,
|
|
||||||
"fields": {
|
|
||||||
"title": "Home",
|
|
||||||
"hint": "",
|
|
||||||
"url": "home",
|
|
||||||
"urlaspattern": true,
|
|
||||||
"tree": 1,
|
|
||||||
"hidden": false,
|
|
||||||
"alias": null,
|
|
||||||
"description": "",
|
|
||||||
"inmenu": true,
|
|
||||||
"inbreadcrumbs": true,
|
|
||||||
"insitetree": true,
|
|
||||||
"access_loggedin": false,
|
|
||||||
"access_guest": false,
|
|
||||||
"access_restricted": false,
|
|
||||||
"access_perm_type": 1,
|
|
||||||
"parent": null,
|
|
||||||
"sort_order": 1,
|
|
||||||
"access_permissions": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"model": "sitetree.treeitem",
|
"model": "sitetree.treeitem",
|
||||||
"pk": 7,
|
"pk": 7,
|
||||||
"fields": {
|
"fields": {
|
||||||
"title": "Call for Proposals",
|
"title": "Call for Proposals",
|
||||||
"hint": "",
|
"hint": "",
|
||||||
"url": "proposals",
|
"url": "/program/call-for-proposals",
|
||||||
"urlaspattern": false,
|
"urlaspattern": false,
|
||||||
"tree": 1,
|
"tree": 1,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
|
@ -109,7 +85,7 @@
|
||||||
"fields": {
|
"fields": {
|
||||||
"title": "Code of Conduct",
|
"title": "Code of Conduct",
|
||||||
"hint": "",
|
"hint": "",
|
||||||
"url": "code-of-conduct",
|
"url": "/code-of-conduct",
|
||||||
"urlaspattern": false,
|
"urlaspattern": false,
|
||||||
"tree": 1,
|
"tree": 1,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
|
@ -133,7 +109,7 @@
|
||||||
"fields": {
|
"fields": {
|
||||||
"title": "News",
|
"title": "News",
|
||||||
"hint": "",
|
"hint": "",
|
||||||
"url": "news",
|
"url": "/news",
|
||||||
"urlaspattern": false,
|
"urlaspattern": false,
|
||||||
"tree": 1,
|
"tree": 1,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
|
@ -150,29 +126,5 @@
|
||||||
"sort_order": 9,
|
"sort_order": 9,
|
||||||
"access_permissions": []
|
"access_permissions": []
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"model": "sitetree.treeitem",
|
|
||||||
"pk": 10,
|
|
||||||
"fields": {
|
|
||||||
"title": "Colophon",
|
|
||||||
"hint": "",
|
|
||||||
"url": "Colophon",
|
|
||||||
"urlaspattern": false,
|
|
||||||
"tree": 1,
|
|
||||||
"hidden": false,
|
|
||||||
"alias": null,
|
|
||||||
"description": "",
|
|
||||||
"inmenu": true,
|
|
||||||
"inbreadcrumbs": true,
|
|
||||||
"insitetree": true,
|
|
||||||
"access_loggedin": false,
|
|
||||||
"access_guest": false,
|
|
||||||
"access_restricted": false,
|
|
||||||
"access_perm_type": 1,
|
|
||||||
"parent": 1,
|
|
||||||
"sort_order": 10,
|
|
||||||
"access_permissions": []
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue