WIP Fixtures LCA-i-fication
This commit is contained in:
parent
1886323d74
commit
a291d17466
4 changed files with 60 additions and 120 deletions
|
@ -3,10 +3,10 @@
|
||||||
"pk": 1,
|
"pk": 1,
|
||||||
"model": "symposion_conference.conference",
|
"model": "symposion_conference.conference",
|
||||||
"fields": {
|
"fields": {
|
||||||
"timezone": "US/Eastern",
|
"timezone": "Australia/Sydney",
|
||||||
"start_date": "2040-01-01",
|
"start_date": "2018-01-21",
|
||||||
"end_date": "2040-01-04",
|
"end_date": "2018-01-26",
|
||||||
"title": "PyCon AU 2017"
|
"title": "linux.conf.au 2018"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -14,10 +14,21 @@
|
||||||
"model": "symposion_conference.section",
|
"model": "symposion_conference.section",
|
||||||
"fields": {
|
"fields": {
|
||||||
"conference": 1,
|
"conference": 1,
|
||||||
"start_date": "2040-01-01",
|
"start_date": "2018-01-24",
|
||||||
"name": "General Sessions",
|
"name": "Main Conference",
|
||||||
"end_date": "2040-01-01",
|
"end_date": "2018-01-26",
|
||||||
"slug": "general-sessions"
|
"slug": "main"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pk": 2,
|
||||||
|
"model": "symposion_conference.section",
|
||||||
|
"fields": {
|
||||||
|
"conference": 1,
|
||||||
|
"start_date": "2018-01-22",
|
||||||
|
"name": "MiniConf",
|
||||||
|
"end_date": "2018-01-23",
|
||||||
|
"slug": "miniconf"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -3,11 +3,22 @@
|
||||||
"pk": 1,
|
"pk": 1,
|
||||||
"model": "symposion_proposals.proposalsection",
|
"model": "symposion_proposals.proposalsection",
|
||||||
"fields": {
|
"fields": {
|
||||||
"start": null,
|
"closed": false,
|
||||||
|
"end": "2017-09-30T12:00:00Z",
|
||||||
|
"published": false,
|
||||||
"section": 1,
|
"section": 1,
|
||||||
"end": null,
|
"start": "2017-03-30T00:00:00Z"
|
||||||
"closed": null,
|
}
|
||||||
"published": null
|
},
|
||||||
|
{
|
||||||
|
"pk": 2,
|
||||||
|
"model": "symposion_proposals.proposalsection",
|
||||||
|
"fields": {
|
||||||
|
"closed": false,
|
||||||
|
"end": "2017-09-30T12:00:00Z",
|
||||||
|
"published": false,
|
||||||
|
"section": 2,
|
||||||
|
"start": "2017-03-30T00:00:00Z"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -15,8 +26,26 @@
|
||||||
"model": "symposion_proposals.proposalkind",
|
"model": "symposion_proposals.proposalkind",
|
||||||
"fields": {
|
"fields": {
|
||||||
"section": 1,
|
"section": 1,
|
||||||
"name": "talk",
|
"name": "Talk",
|
||||||
"slug": "talk"
|
"slug": "talk"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pk": 2,
|
||||||
|
"model": "symposion_proposals.proposalkind",
|
||||||
|
"fields": {
|
||||||
|
"section": 1,
|
||||||
|
"name": "Tutorial",
|
||||||
|
"slug": "tutorial"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pk": 3,
|
||||||
|
"model": "symposion_proposals.proposalkind",
|
||||||
|
"fields": {
|
||||||
|
"section": 2,
|
||||||
|
"name": "Miniconf",
|
||||||
|
"slug": "miniconf"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -3,16 +3,8 @@
|
||||||
"pk": 1,
|
"pk": 1,
|
||||||
"model": "sites.site",
|
"model": "sites.site",
|
||||||
"fields": {
|
"fields": {
|
||||||
"domain": "localhost:8000",
|
"domain": "lca2018.org",
|
||||||
"name": "PyconAU 2017"
|
"name": "linux.conf.au 2018"
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pk": 2,
|
|
||||||
"model": "sites.site",
|
|
||||||
"fields": {
|
|
||||||
"domain": "conference.pinaxproject.com",
|
|
||||||
"name": "PyconAU 2017"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
"description": "",
|
"description": "",
|
||||||
"insitetree": true,
|
"insitetree": true,
|
||||||
"hint": "",
|
"hint": "",
|
||||||
"url": "pages_page \"about/\"",
|
"url": "http://lca2018.org",
|
||||||
"inbreadcrumbs": true,
|
"inbreadcrumbs": true,
|
||||||
"title": "About",
|
"title": "LINUX.CONF.AU 2018",
|
||||||
"tree": 1,
|
"tree": 1,
|
||||||
"access_perm_type": 1,
|
"access_perm_type": 1,
|
||||||
"alias": null,
|
"alias": null,
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"inmenu": true,
|
"inmenu": true,
|
||||||
"access_loggedin": false,
|
"access_loggedin": false,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"urlaspattern": true
|
"urlaspattern": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -40,9 +40,9 @@
|
||||||
"description": "",
|
"description": "",
|
||||||
"insitetree": true,
|
"insitetree": true,
|
||||||
"hint": "",
|
"hint": "",
|
||||||
"url": "pages_page \"venue/\"",
|
"url": "dashboard",
|
||||||
"inbreadcrumbs": true,
|
"inbreadcrumbs": true,
|
||||||
"title": "Venue",
|
"title": "Dashboard",
|
||||||
"tree": 1,
|
"tree": 1,
|
||||||
"access_perm_type": 1,
|
"access_perm_type": 1,
|
||||||
"alias": null,
|
"alias": null,
|
||||||
|
@ -52,97 +52,5 @@
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"urlaspattern": true
|
"urlaspattern": true
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"pk": 3,
|
|
||||||
"model": "sitetree.treeitem",
|
|
||||||
"fields": {
|
|
||||||
"parent": null,
|
|
||||||
"access_restricted": false,
|
|
||||||
"access_permissions": [],
|
|
||||||
"description": "",
|
|
||||||
"insitetree": true,
|
|
||||||
"hint": "",
|
|
||||||
"url": "#",
|
|
||||||
"inbreadcrumbs": true,
|
|
||||||
"title": "Sponsors",
|
|
||||||
"tree": 1,
|
|
||||||
"access_perm_type": 1,
|
|
||||||
"alias": null,
|
|
||||||
"sort_order": 4,
|
|
||||||
"inmenu": true,
|
|
||||||
"access_loggedin": false,
|
|
||||||
"hidden": false,
|
|
||||||
"urlaspattern": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pk": 4,
|
|
||||||
"model": "sitetree.treeitem",
|
|
||||||
"fields": {
|
|
||||||
"parent": null,
|
|
||||||
"access_restricted": false,
|
|
||||||
"access_permissions": [],
|
|
||||||
"description": "",
|
|
||||||
"insitetree": true,
|
|
||||||
"hint": "",
|
|
||||||
"url": "home",
|
|
||||||
"inbreadcrumbs": true,
|
|
||||||
"title": "Home",
|
|
||||||
"tree": 1,
|
|
||||||
"access_perm_type": 1,
|
|
||||||
"alias": null,
|
|
||||||
"sort_order": 1,
|
|
||||||
"inmenu": true,
|
|
||||||
"access_loggedin": false,
|
|
||||||
"hidden": false,
|
|
||||||
"urlaspattern": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pk": 5,
|
|
||||||
"model": "sitetree.treeitem",
|
|
||||||
"fields": {
|
|
||||||
"parent": 3,
|
|
||||||
"access_restricted": false,
|
|
||||||
"access_permissions": [],
|
|
||||||
"description": "",
|
|
||||||
"insitetree": true,
|
|
||||||
"hint": "",
|
|
||||||
"url": "sponsor_apply",
|
|
||||||
"inbreadcrumbs": true,
|
|
||||||
"title": "Apply to be a Sponsor",
|
|
||||||
"tree": 1,
|
|
||||||
"access_perm_type": 1,
|
|
||||||
"alias": null,
|
|
||||||
"sort_order": 6,
|
|
||||||
"inmenu": true,
|
|
||||||
"access_loggedin": false,
|
|
||||||
"hidden": false,
|
|
||||||
"urlaspattern": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pk": 6,
|
|
||||||
"model": "sitetree.treeitem",
|
|
||||||
"fields": {
|
|
||||||
"parent": 3,
|
|
||||||
"access_restricted": false,
|
|
||||||
"access_permissions": [],
|
|
||||||
"description": "",
|
|
||||||
"insitetree": true,
|
|
||||||
"hint": "",
|
|
||||||
"url": "sponsor_list",
|
|
||||||
"inbreadcrumbs": true,
|
|
||||||
"title": "{{ SITE_NAME }} Sponsors",
|
|
||||||
"tree": 1,
|
|
||||||
"access_perm_type": 1,
|
|
||||||
"alias": null,
|
|
||||||
"sort_order": 5,
|
|
||||||
"inmenu": true,
|
|
||||||
"access_loggedin": false,
|
|
||||||
"hidden": false,
|
|
||||||
"urlaspattern": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue