Update fixtures
Remove fixtures from 2018 and 2019. Add fixtures for 2020. Cleanup structure of fixtures directory. Update scripts to match.
This commit is contained in:
parent
246bbcb324
commit
4d5826c039
21 changed files with 1823 additions and 3835 deletions
|
@ -1,16 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
/usr/local/bin/python /app/symposion_app/manage.py migrate
|
||||
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/{conference,proposal_base,sites,flatpages}.json
|
||||
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/{2019_groups,2019_registrasion,2019_schedule,2019_flatpages,2019_sitetree,2019_sections}.json
|
||||
|
||||
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/{conference,sites,sitetree,flatpages}.json
|
||||
/usr/local/bin/python /app/symposion_app/manage.py create_review_permissions
|
||||
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/????/*.json
|
||||
#/usr/local/bin/python /app/symposion_app/manage.py populate_inventory
|
||||
|
||||
if [ -e /configs/auth/auth.json ]; then
|
||||
/usr/local/bin/python /app/symposion_app/manage.py loaddata /configs/auth/auth.json
|
||||
elif [ $DATABASE_URL == "sqlite:////tmp/symposion.sqlite" ]; then
|
||||
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/admin_users.json
|
||||
fi
|
||||
/usr/local/bin/python /app/symposion_app/manage.py loaddata -v3 /app/symposion_app/fixtures/cfp_teams_test.json
|
||||
|
||||
exec /usr/local/bin/uwsgi --http-socket 0.0.0.0:8000 --wsgi-file pinaxcon/wsgi.py
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,129 +0,0 @@
|
|||
[
|
||||
{
|
||||
"model": "symposion_schedule.schedule",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"section": 1,
|
||||
"published": true,
|
||||
"hidden": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.day",
|
||||
"pk": 33,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"date": "2019-01-24"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.day",
|
||||
"pk": 34,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"date": "2019-01-25"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.day",
|
||||
"pk": 35,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"date": "2019-01-23"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.room",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"name": "C1",
|
||||
"order": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.room",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"name": "C2",
|
||||
"order": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.room",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"name": "C3",
|
||||
"order": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.room",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"name": "A1",
|
||||
"order": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.room",
|
||||
"pk": 5,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"name": "A2",
|
||||
"order": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.room",
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"name": "A3",
|
||||
"order": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.slotkind",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"label": "Keynote"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.slotkind",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"label": "Talk"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.slotkind",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"label": "Tutorial"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.slotkind",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"label": "Break"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_schedule.slotkind",
|
||||
"pk": 8,
|
||||
"fields": {
|
||||
"schedule": 1,
|
||||
"label": "Opening"
|
||||
}
|
||||
}
|
||||
]
|
|
@ -1,344 +0,0 @@
|
|||
[
|
||||
{
|
||||
"fields": {
|
||||
"published": false,
|
||||
"closed": false,
|
||||
"end": "2018-07-30T12:00:00Z",
|
||||
"start": "2018-05-30T00:00:00Z",
|
||||
"section": 1
|
||||
},
|
||||
"pk": 1,
|
||||
"model": "symposion_proposals.proposalsection"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"published": false,
|
||||
"closed": false,
|
||||
"end": "2018-07-30T12:00:00Z",
|
||||
"start": "2018-05-30T00:00:00Z",
|
||||
"section": 2
|
||||
},
|
||||
"pk": 2,
|
||||
"model": "symposion_proposals.proposalsection"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"published": null,
|
||||
"closed": null,
|
||||
"end": "2018-10-26T23:45:09Z",
|
||||
"start": "2018-09-27T00:45:05Z",
|
||||
"section": 3
|
||||
},
|
||||
"pk": 3,
|
||||
"model": "symposion_proposals.proposalsection"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"published": null,
|
||||
"closed": null,
|
||||
"end": "2018-10-26T23:45:32Z",
|
||||
"start": "2018-09-27T00:45:30Z",
|
||||
"section": 4
|
||||
},
|
||||
"pk": 4,
|
||||
"model": "symposion_proposals.proposalsection"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"published": null,
|
||||
"closed": null,
|
||||
"end": "2018-10-26T23:45:52Z",
|
||||
"start": "2018-09-27T00:45:51Z",
|
||||
"section": 5
|
||||
},
|
||||
"pk": 5,
|
||||
"model": "symposion_proposals.proposalsection"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"published": null,
|
||||
"closed": null,
|
||||
"end": "2018-10-26T23:46:13Z",
|
||||
"start": "2018-09-27T00:46:11Z",
|
||||
"section": 6
|
||||
},
|
||||
"pk": 6,
|
||||
"model": "symposion_proposals.proposalsection"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"published": null,
|
||||
"closed": null,
|
||||
"end": "2018-10-26T23:46:33Z",
|
||||
"start": "2018-09-27T00:46:31Z",
|
||||
"section": 7
|
||||
},
|
||||
"pk": 7,
|
||||
"model": "symposion_proposals.proposalsection"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"published": null,
|
||||
"closed": null,
|
||||
"end": "2018-10-26T23:46:58Z",
|
||||
"start": "2018-09-27T00:46:54Z",
|
||||
"section": 8
|
||||
},
|
||||
"pk": 8,
|
||||
"model": "symposion_proposals.proposalsection"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"published": null,
|
||||
"closed": null,
|
||||
"end": "2018-10-26T23:47:14Z",
|
||||
"start": "2018-09-27T00:47:12Z",
|
||||
"section": 9
|
||||
},
|
||||
"pk": 9,
|
||||
"model": "symposion_proposals.proposalsection"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"published": null,
|
||||
"closed": null,
|
||||
"end": "2018-10-26T23:47:32Z",
|
||||
"start": "2018-09-27T00:47:30Z",
|
||||
"section": 10
|
||||
},
|
||||
"pk": 10,
|
||||
"model": "symposion_proposals.proposalsection"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"published": null,
|
||||
"closed": null,
|
||||
"end": "2018-10-26T23:47:55Z",
|
||||
"start": "2018-09-27T00:47:53Z",
|
||||
"section": 11
|
||||
},
|
||||
"pk": 11,
|
||||
"model": "symposion_proposals.proposalsection"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"slug": "talk",
|
||||
"name": "Talk",
|
||||
"section": 1
|
||||
},
|
||||
"pk": 1,
|
||||
"model": "symposion_proposals.proposalkind"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"slug": "tutorial",
|
||||
"name": "Tutorial",
|
||||
"section": 1
|
||||
},
|
||||
"pk": 2,
|
||||
"model": "symposion_proposals.proposalkind"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"slug": "miniconf",
|
||||
"name": "Miniconf",
|
||||
"section": 2
|
||||
},
|
||||
"pk": 3,
|
||||
"model": "symposion_proposals.proposalkind"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"slug": "sysadmin-miniconf",
|
||||
"name": "Syadmin Miniconf Talk",
|
||||
"section": 4
|
||||
},
|
||||
"pk": 4,
|
||||
"model": "symposion_proposals.proposalkind"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"slug": "games-miniconf",
|
||||
"name": "Games Miniconf Talk",
|
||||
"section": 11
|
||||
},
|
||||
"pk": 5,
|
||||
"model": "symposion_proposals.proposalkind"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"slug": "openhardware-miniconf",
|
||||
"name": "Open Hardware Talk",
|
||||
"section": 3
|
||||
},
|
||||
"pk": 6,
|
||||
"model": "symposion_proposals.proposalkind"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"slug": "kernel-miniconf",
|
||||
"name": "Kernel Miniconf Talk",
|
||||
"section": 9
|
||||
},
|
||||
"pk": 7,
|
||||
"model": "symposion_proposals.proposalkind"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"slug": "opened-miniconf",
|
||||
"name": "Open Education Talk",
|
||||
"section": 8
|
||||
},
|
||||
"pk": 8,
|
||||
"model": "symposion_proposals.proposalkind"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"slug": "devdev-miniconf",
|
||||
"name": "Developer Miniconf Talk",
|
||||
"section": 7
|
||||
},
|
||||
"pk": 9,
|
||||
"model": "symposion_proposals.proposalkind"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"slug": "arttech-miniconf",
|
||||
"name": "Art and Tech Talk",
|
||||
"section": 5
|
||||
},
|
||||
"pk": 10,
|
||||
"model": "symposion_proposals.proposalkind"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"timezone": "Pacific/Auckland",
|
||||
"end_date": "2019-01-25",
|
||||
"start_date": "2019-01-21",
|
||||
"title": "linux.conf.au 2019"
|
||||
},
|
||||
"pk": 1,
|
||||
"model": "symposion_conference.conference"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"end_date": "2019-01-25",
|
||||
"start_date": "2019-01-23",
|
||||
"slug": "main",
|
||||
"name": "Main Conference",
|
||||
"conference": 1
|
||||
},
|
||||
"pk": 1,
|
||||
"model": "symposion_conference.section"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"end_date": "2019-01-22",
|
||||
"start_date": "2019-01-21",
|
||||
"slug": "miniconf",
|
||||
"name": "MiniConf",
|
||||
"conference": 1
|
||||
},
|
||||
"pk": 2,
|
||||
"model": "symposion_conference.section"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"end_date": null,
|
||||
"start_date": null,
|
||||
"slug": "open-hardware-miniconf",
|
||||
"name": "Open Hardware Miniconf",
|
||||
"conference": 1
|
||||
},
|
||||
"pk": 3,
|
||||
"model": "symposion_conference.section"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"end_date": null,
|
||||
"start_date": null,
|
||||
"slug": "systems-administration",
|
||||
"name": "Systems Administration",
|
||||
"conference": 1
|
||||
},
|
||||
"pk": 4,
|
||||
"model": "symposion_conference.section"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"end_date": null,
|
||||
"start_date": null,
|
||||
"slug": "art-and-tech-miniconf",
|
||||
"name": "Art and Tech Miniconf",
|
||||
"conference": 1
|
||||
},
|
||||
"pk": 5,
|
||||
"model": "symposion_conference.section"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"end_date": null,
|
||||
"start_date": null,
|
||||
"slug": "security-identity-and-privacy-miniconf",
|
||||
"name": "Security, Identity and Privacy Miniconf",
|
||||
"conference": 1
|
||||
},
|
||||
"pk": 6,
|
||||
"model": "symposion_conference.section"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"end_date": null,
|
||||
"start_date": null,
|
||||
"slug": "developer-developer-miniconf",
|
||||
"name": "Developer Developer Miniconf",
|
||||
"conference": 1
|
||||
},
|
||||
"pk": 7,
|
||||
"model": "symposion_conference.section"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"end_date": null,
|
||||
"start_date": null,
|
||||
"slug": "open-education-miniconf",
|
||||
"name": "Open Education Miniconf",
|
||||
"conference": 1
|
||||
},
|
||||
"pk": 8,
|
||||
"model": "symposion_conference.section"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"end_date": null,
|
||||
"start_date": null,
|
||||
"slug": "kernel-miniconf",
|
||||
"name": "Kernel Miniconf",
|
||||
"conference": 1
|
||||
},
|
||||
"pk": 9,
|
||||
"model": "symposion_conference.section"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"end_date": null,
|
||||
"start_date": null,
|
||||
"slug": "docs-down-under-miniconf",
|
||||
"name": "Docs Down Under Miniconf",
|
||||
"conference": 1
|
||||
},
|
||||
"pk": 10,
|
||||
"model": "symposion_conference.section"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"end_date": null,
|
||||
"start_date": null,
|
||||
"slug": "lca-games-miniconf",
|
||||
"name": "LCA Games Miniconf",
|
||||
"conference": 1
|
||||
},
|
||||
"pk": 11,
|
||||
"model": "symposion_conference.section"
|
||||
}
|
||||
]
|
310
fixtures/2020/auth.permission.json
Normal file
310
fixtures/2020/auth.permission.json
Normal file
|
@ -0,0 +1,310 @@
|
|||
[
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review Main Conference",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_main"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage Main Conference",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_main"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review MiniConf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage MiniConf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review Containers Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_containers-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage Containers Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_containers-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review Creative Arts Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_creative-arts-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage Creative Arts Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_creative-arts-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review Docs Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_docs-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage Docs Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_docs-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review FreeBSD Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_freebsd-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage FreeBSD Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_freebsd-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review Games Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_games-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage Games Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_games-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review GLAM Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_glam-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage GLAM Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_glam-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review Kernel Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_kernel-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage Kernel Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_kernel-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review Open Education Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_open-education-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage Open Education Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_open-education-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review Open Hardware Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_open-hardware-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage Open Hardware Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_open-hardware-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review Open ISA Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_open-isa-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage Open ISA Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_open-isa-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review Security Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_security-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage Security Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_security-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can review System Administration Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_review_sysadmin-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.permission",
|
||||
"fields": {
|
||||
"name": "Can manage System Administration Miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"codename": "can_manage_sysadmin-miniconf"
|
||||
}
|
||||
}
|
||||
]
|
156
fixtures/2020/conference.section.json
Normal file
156
fixtures/2020/conference.section.json
Normal file
|
@ -0,0 +1,156 @@
|
|||
[
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "Main Conference",
|
||||
"slug": "main",
|
||||
"start_date": "2020-01-15",
|
||||
"end_date": "2020-01-17"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "MiniConf",
|
||||
"slug": "miniconf",
|
||||
"start_date": null,
|
||||
"end_date": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "Containers Miniconf",
|
||||
"slug": "containers-miniconf",
|
||||
"start_date": "2020-01-14",
|
||||
"end_date": "2020-01-14"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "Creative Arts Miniconf",
|
||||
"slug": "creative-arts-miniconf",
|
||||
"start_date": "2020-01-14",
|
||||
"end_date": "2020-01-14"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 5,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "Docs Miniconf",
|
||||
"slug": "docs-miniconf",
|
||||
"start_date": "2020-01-13",
|
||||
"end_date": "2020-01-13"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "FreeBSD Miniconf",
|
||||
"slug": "freebsd-miniconf",
|
||||
"start_date": "2020-01-14",
|
||||
"end_date": "2020-01-14"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 7,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "Games Miniconf",
|
||||
"slug": "games-miniconf",
|
||||
"start_date": "2020-01-13",
|
||||
"end_date": "2020-01-13"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 8,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "GLAM Miniconf",
|
||||
"slug": "glam-miniconf",
|
||||
"start_date": "2020-01-14",
|
||||
"end_date": "2020-01-14"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 9,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "Kernel Miniconf",
|
||||
"slug": "kernel-miniconf",
|
||||
"start_date": "2020-01-13",
|
||||
"end_date": "2020-01-13"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 10,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "Open Education Miniconf",
|
||||
"slug": "open-education-miniconf",
|
||||
"start_date": "2020-01-13",
|
||||
"end_date": "2020-01-13"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 11,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "Open Hardware Miniconf",
|
||||
"slug": "open-hardware-miniconf",
|
||||
"start_date": "2020-01-14",
|
||||
"end_date": "2020-01-14"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 12,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "Open ISA Miniconf",
|
||||
"slug": "open-isa-miniconf",
|
||||
"start_date": "2020-01-13",
|
||||
"end_date": "2020-01-13"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 13,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "Security Miniconf",
|
||||
"slug": "security-miniconf",
|
||||
"start_date": "2020-01-14",
|
||||
"end_date": "2020-01-14"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 14,
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"name": "System Administration Miniconf",
|
||||
"slug": "sysadmin-miniconf",
|
||||
"start_date": "2020-01-13",
|
||||
"end_date": "2020-01-13"
|
||||
}
|
||||
}
|
||||
]
|
137
fixtures/2020/proposals.proposalkind.json
Normal file
137
fixtures/2020/proposals.proposalkind.json
Normal file
|
@ -0,0 +1,137 @@
|
|||
[
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"section": 1,
|
||||
"name": "Talk",
|
||||
"slug": "talk"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"section": 1,
|
||||
"name": "Tutorial",
|
||||
"slug": "tutorial"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"section": 2,
|
||||
"name": "Miniconf",
|
||||
"slug": "miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"section": 3,
|
||||
"name": "Containers Miniconf Talk",
|
||||
"slug": "containers-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 5,
|
||||
"fields": {
|
||||
"section": 4,
|
||||
"name": "Creative Arts Miniconf Talk",
|
||||
"slug": "creative-arts-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"section": 5,
|
||||
"name": "Docs Miniconf Talk",
|
||||
"slug": "docs-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 7,
|
||||
"fields": {
|
||||
"section": 6,
|
||||
"name": "FreeBSD Miniconf Talk",
|
||||
"slug": "freebsd-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 8,
|
||||
"fields": {
|
||||
"section": 7,
|
||||
"name": "Games Miniconf Talk",
|
||||
"slug": "games-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 9,
|
||||
"fields": {
|
||||
"section": 8,
|
||||
"name": "GO GLAM Miniconf Talk",
|
||||
"slug": "glam-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 10,
|
||||
"fields": {
|
||||
"section": 9,
|
||||
"name": "Kernel Miniconf Talk",
|
||||
"slug": "kernel-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 11,
|
||||
"fields": {
|
||||
"section": 10,
|
||||
"name": "Open Education Miniconf Talk",
|
||||
"slug": "open-education-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 12,
|
||||
"fields": {
|
||||
"section": 11,
|
||||
"name": "Open Hardware Miniconf Talk",
|
||||
"slug": "open-hardware-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 13,
|
||||
"fields": {
|
||||
"section": 12,
|
||||
"name": "Open ISA Miniconf Talk",
|
||||
"slug": "open-isa-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 14,
|
||||
"fields": {
|
||||
"section": 13,
|
||||
"name": "Security Miniconf Talk",
|
||||
"slug": "security-miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 15,
|
||||
"fields": {
|
||||
"section": 14,
|
||||
"name": "System Administration Miniconf Talk",
|
||||
"slug": "sysadmin-miniconf"
|
||||
}
|
||||
}
|
||||
]
|
156
fixtures/2020/proposals.proposalsection.json
Normal file
156
fixtures/2020/proposals.proposalsection.json
Normal file
|
@ -0,0 +1,156 @@
|
|||
[
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"section": 1,
|
||||
"start": "2019-06-23T07:09:15Z",
|
||||
"end": "2019-08-12T12:10:48Z",
|
||||
"closed": true,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"section": 2,
|
||||
"start": "2019-06-22T12:00:00Z",
|
||||
"end": "2019-08-12T12:10:36Z",
|
||||
"closed": true,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"section": 3,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"section": 4,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 5,
|
||||
"fields": {
|
||||
"section": 5,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"section": 6,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 7,
|
||||
"fields": {
|
||||
"section": 7,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 8,
|
||||
"fields": {
|
||||
"section": 8,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 9,
|
||||
"fields": {
|
||||
"section": 9,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 10,
|
||||
"fields": {
|
||||
"section": 10,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 11,
|
||||
"fields": {
|
||||
"section": 11,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 12,
|
||||
"fields": {
|
||||
"section": 12,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 13,
|
||||
"fields": {
|
||||
"section": 13,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 14,
|
||||
"fields": {
|
||||
"section": 14,
|
||||
"start": "2019-09-29T11:00:00Z",
|
||||
"end": "2019-11-16T11:00:00Z",
|
||||
"closed": false,
|
||||
"published": true
|
||||
}
|
||||
}
|
||||
]
|
431
fixtures/2020/teams.team.json
Normal file
431
fixtures/2020/teams.team.json
Normal file
|
@ -0,0 +1,431 @@
|
|||
[
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"slug": "main-proposals",
|
||||
"name": "linux.conf.au 2020 Sessions Team",
|
||||
"description": "Team looking after the linux.conf.au 2020 Call for Sessions and Call for Miniconfs",
|
||||
"access": "invitation",
|
||||
"created": "2019-06-23T08:16:34.032Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_main",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_main",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_manage_miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_main",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"slug": "lca2020-organising-team",
|
||||
"name": "linux.conf.au 2020 Organising Team",
|
||||
"description": "The organising team for linux.conf.au 2020",
|
||||
"access": "invitation",
|
||||
"created": "2019-08-26T22:59:09.265Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_main",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"slug": "containers-miniconf-team",
|
||||
"name": "Containers Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:28:51.279Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_containers-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_containers-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_containers-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 4,
|
||||
"fields": {
|
||||
"slug": "creative-arts-miniconf-team",
|
||||
"name": "Creative Arts Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:29:29.201Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_creative-arts-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_creative-arts-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_creative-arts-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 5,
|
||||
"fields": {
|
||||
"slug": "docs-miniconf-team",
|
||||
"name": "Docs Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:29:41.588Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_docs-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_docs-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_docs-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"slug": "freebsd-miniconf-team",
|
||||
"name": "FreeBSD Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:29:53.047Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_freebsd-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_freebsd-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_freebsd-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 7,
|
||||
"fields": {
|
||||
"slug": "games-miniconf-team",
|
||||
"name": "Games Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:30:04.621Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_games-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_games-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_games-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 8,
|
||||
"fields": {
|
||||
"slug": "glam-miniconf-team",
|
||||
"name": "GLAM Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:30:17.748Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_glam-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_glam-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_glam-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 9,
|
||||
"fields": {
|
||||
"slug": "kernel-miniconf-team",
|
||||
"name": "Kernel Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:30:29.330Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_kernel-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_kernel-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_kernel-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 10,
|
||||
"fields": {
|
||||
"slug": "open-education-miniconf-team",
|
||||
"name": "Open Education Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:30:43.144Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_open-education-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_open-education-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_open-education-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 11,
|
||||
"fields": {
|
||||
"slug": "open-hardware-miniconf-team",
|
||||
"name": "Open Hardware Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:30:53.971Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_open-hardware-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_open-hardware-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_open-hardware-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 12,
|
||||
"fields": {
|
||||
"slug": "open-isa-miniconf-team",
|
||||
"name": "Open ISA Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:31:06.522Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_open-isa-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_open-isa-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_open-isa-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 13,
|
||||
"fields": {
|
||||
"slug": "security-miniconf-team",
|
||||
"name": "Security Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:31:17.338Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_security-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_security-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_security-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 14,
|
||||
"fields": {
|
||||
"slug": "sysadmin-miniconf-team",
|
||||
"name": "System Administration Miniconf Team",
|
||||
"description": "",
|
||||
"access": "invitation",
|
||||
"created": "2019-09-29T02:31:33.895Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_sysadmin-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_sysadmin-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_sysadmin-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
|
@ -1,191 +0,0 @@
|
|||
[
|
||||
{
|
||||
"model": "auth.user",
|
||||
"pk": 9001,
|
||||
"fields": {
|
||||
"password": "pbkdf2_sha256$36000$XZeHERCW7hl3$eIcr49yuebUb5o5JSwB1AHQc1Tdz+bqw8Tcmy7PxFkA=",
|
||||
"last_login": null,
|
||||
"is_superuser": false,
|
||||
"username": "cfp_speaker",
|
||||
"first_name": "cfp",
|
||||
"last_name": "speaker",
|
||||
"email": "speaker@lca2019.org",
|
||||
"is_staff": false,
|
||||
"is_active": true,
|
||||
"date_joined": "2018-06-27T06:31:21.863Z",
|
||||
"groups": [],
|
||||
"user_permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "auth.user",
|
||||
"pk": 9000,
|
||||
"fields": {
|
||||
"password": "pbkdf2_sha256$36000$9EwpJEV9yASD$SZquWdAt+g8k+lseqiVkO304hXKBgtL6uwuPhkF+Wn4=",
|
||||
"last_login": null,
|
||||
"is_superuser": false,
|
||||
"username": "cfp_reviewer",
|
||||
"first_name": "",
|
||||
"last_name": "",
|
||||
"email": "",
|
||||
"is_staff": false,
|
||||
"is_active": true,
|
||||
"date_joined": "2018-06-27T06:31:21.863Z",
|
||||
"groups": [],
|
||||
"user_permissions": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"slug": "cfp-review",
|
||||
"name": "cfp review",
|
||||
"description": "",
|
||||
"access": "open",
|
||||
"created": "2018-06-27T06:41:16.800Z",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_main",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_main",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_manage_miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_main",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.membership",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"user": [
|
||||
"cfp_reviewer"
|
||||
],
|
||||
"team": 1,
|
||||
"state": "member",
|
||||
"message": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_speakers.speaker",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"user": [
|
||||
"cfp_speaker"
|
||||
],
|
||||
"name": "A Speaker of Things",
|
||||
"biography": "An interesting admin",
|
||||
"biography_html": "",
|
||||
"experience": "Lots and lots",
|
||||
"experience_html": "",
|
||||
"photo": "",
|
||||
"telephone": "NONE",
|
||||
"homepage": "",
|
||||
"twitter_username": "",
|
||||
"accessibility": "",
|
||||
"accessibility_html": "",
|
||||
"travel_assistance": false,
|
||||
"accommodation_assistance": false,
|
||||
"agreement": false,
|
||||
"annotation": "annotation",
|
||||
"invite_email": "admin1@example.com",
|
||||
"invite_token": "token",
|
||||
"created": "2018-06-27T07:55:35.175Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"section": 1,
|
||||
"start": "2018-05-30T00:00:00Z",
|
||||
"end": "2018-07-30T12:00:00Z",
|
||||
"closed": false,
|
||||
"published": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"section": 2,
|
||||
"start": "2018-05-30T00:00:00Z",
|
||||
"end": "2018-07-30T12:00:00Z",
|
||||
"closed": false,
|
||||
"published": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"section": 1,
|
||||
"name": "Talk",
|
||||
"slug": "talk"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"section": 1,
|
||||
"name": "Tutorial",
|
||||
"slug": "tutorial"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"section": 2,
|
||||
"name": "Miniconf",
|
||||
"slug": "miniconf"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "symposion_proposals.proposalbase",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"kind": 1,
|
||||
"title": "asdfasdf",
|
||||
"abstract": "asdfasdf",
|
||||
"abstract_html": "asdfasdf",
|
||||
"private_abstract": "asdfasdf",
|
||||
"private_abstract_html": "asdfasdf",
|
||||
"technical_requirements": "",
|
||||
"technical_requirements_html": "",
|
||||
"project": "",
|
||||
"project_url": "",
|
||||
"video_url": "",
|
||||
"submitted": "2018-06-27T06:31:56.956Z",
|
||||
"speaker": 1,
|
||||
"cancelled": false
|
||||
}
|
||||
}
|
||||
]
|
|
@ -1,34 +1,12 @@
|
|||
[
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "symposion_conference.conference",
|
||||
"fields": {
|
||||
"timezone": "Australia/Brisbane",
|
||||
"start_date": "2020-01-13",
|
||||
"end_date": "2020-01-17",
|
||||
"title": "linux.conf.au 2020"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "symposion_conference.section",
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"start_date": "2020-01-15",
|
||||
"name": "Main Conference",
|
||||
"end_date": "2020-01-17",
|
||||
"slug": "main"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 2,
|
||||
"model": "symposion_conference.section",
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"start_date": "2020-01-13",
|
||||
"name": "MiniConf",
|
||||
"end_date": "2020-01-14",
|
||||
"slug": "miniconf"
|
||||
}
|
||||
}
|
||||
]
|
||||
[
|
||||
{
|
||||
"model": "symposion_conference.conference",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"title": "linux.conf.au 2020",
|
||||
"start_date": "2020-01-13",
|
||||
"end_date": "2020-01-17",
|
||||
"timezone": "Australia/Brisbane"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,266 +0,0 @@
|
|||
[
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_openhardware-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review Open Hardware Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_openhardware-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage Open Hardware Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_kernel-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review Kernel Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_kernel-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage Kernel Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_games-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review LCA Games Miniconf: Games and FOSS Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_games-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage LCA Games Miniconf: Games and FOSS Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_bioinformatics-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review Open Source and Bioinformatics Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_bioinformatics-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage Open Source and Bioinformatics Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_ClsXLCA-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review Community Leadership Summit X at LCA"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_ClsXLCA-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage Community Leadership Summit X at LCA"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_devdev-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review Developers Developers Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_devdev-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage Developers Developers Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_funcprog-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review Real World Functional Programming Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_funcprog-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage Real World Functional Programming Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_sysadmin-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review Sysadmin Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_sysadmin-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage Sysadmin Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_opened-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review Open Education Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_opened-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage Open Education Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_openglam-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review Access and memory: Open GLAM and Open Source Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_openglam-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage Access and memory: Open GLAM and Open Source Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_fpga-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review Create hardware with FPGAs, Linux and Python Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_fpga-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage Create hardware with FPGAs, Linux and Python Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_review_arttech-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can review Art+Tech Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"codename": "can_manage_arttech-miniconf",
|
||||
"content_type": [
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
"name": "Can manage Art+Tech Miniconf"
|
||||
},
|
||||
"model": "auth.permission"
|
||||
}
|
||||
]
|
|
@ -1,134 +0,0 @@
|
|||
[
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-22",
|
||||
"name": "Open Hardware Miniconf",
|
||||
"slug": "openhardware-miniconf",
|
||||
"start_date": "2018-01-22"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 3
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-22",
|
||||
"name": "Kernel Miniconf",
|
||||
"slug": "kernel-miniconf",
|
||||
"start_date": "2018-01-22"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 4
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-22",
|
||||
"name": "LCA Games Miniconf: Games and FOSS Miniconf",
|
||||
"slug": "games-miniconf",
|
||||
"start_date": "2018-01-22"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 5
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-22",
|
||||
"name": "Open Source and Bioinformatics Miniconf",
|
||||
"slug": "bioinformatics-miniconf",
|
||||
"start_date": "2018-01-22"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 6
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-22",
|
||||
"name": "Community Leadership Summit X at LCA",
|
||||
"slug": "ClsXLCA-miniconf",
|
||||
"start_date": "2018-01-22"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 7
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-22",
|
||||
"name": "Developers Developers Miniconf",
|
||||
"slug": "devdev-miniconf",
|
||||
"start_date": "2018-01-22"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 8
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-23",
|
||||
"name": "Real World Functional Programming Miniconf",
|
||||
"slug": "funcprog-miniconf",
|
||||
"start_date": "2018-01-23"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 9
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-23",
|
||||
"name": "Sysadmin Miniconf",
|
||||
"slug": "sysadmin-miniconf",
|
||||
"start_date": "2018-01-23"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 10
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-23",
|
||||
"name": "Open Education Miniconf",
|
||||
"slug": "opened-miniconf",
|
||||
"start_date": "2018-01-23"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 11
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-23",
|
||||
"name": "Access and memory: Open GLAM and Open Source Miniconf",
|
||||
"slug": "openglam-miniconf",
|
||||
"start_date": "2018-01-23"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 12
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-23",
|
||||
"name": "Create hardware with FPGAs, Linux and Python Miniconf",
|
||||
"slug": "fpga-miniconf",
|
||||
"start_date": "2018-01-23"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 13
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"conference": 1,
|
||||
"end_date": "2018-01-23",
|
||||
"name": "Art+Tech Miniconf",
|
||||
"slug": "arttech-miniconf",
|
||||
"start_date": "2018-01-23"
|
||||
},
|
||||
"model": "symposion_conference.section",
|
||||
"pk": 14
|
||||
}
|
||||
]
|
|
@ -1,241 +0,0 @@
|
|||
[
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2017-11-30T12:59:00Z",
|
||||
"published": false,
|
||||
"section": 3,
|
||||
"start": "2017-10-15T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 3
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2017-11-30T12:59:00Z",
|
||||
"published": false,
|
||||
"section": 4,
|
||||
"start": "2017-10-15T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 4
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2017-11-30T12:59:00Z",
|
||||
"published": false,
|
||||
"section": 5,
|
||||
"start": "2017-10-15T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 5
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2017-11-30T12:59:00Z",
|
||||
"published": false,
|
||||
"section": 6,
|
||||
"start": "2017-10-15T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 6
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2017-11-29T13:01:00Z",
|
||||
"published": false,
|
||||
"section": 7,
|
||||
"start": "2017-10-15T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 7
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"published": false,
|
||||
"section": 8,
|
||||
"start": "2017-10-12T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 8
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2017-11-27T13:01:00Z",
|
||||
"published": false,
|
||||
"section": 9,
|
||||
"start": "2017-10-12T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 9
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2017-11-29T13:01:00Z",
|
||||
"published": false,
|
||||
"section": 10,
|
||||
"start": "2017-10-15T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 10
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2017-11-29T13:01:00Z",
|
||||
"published": false,
|
||||
"section": 11,
|
||||
"start": "2017-10-15T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 11
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2017-11-29T13:01:00Z",
|
||||
"published": false,
|
||||
"section": 12,
|
||||
"start": "2017-10-15T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 12
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2017-11-29T13:01:00Z",
|
||||
"published": false,
|
||||
"section": 13,
|
||||
"start": "2017-10-15T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 13
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2017-11-29T13:01:00Z",
|
||||
"published": false,
|
||||
"section": 14,
|
||||
"start": "2017-10-15T14:01:00Z"
|
||||
},
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"pk": 14
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "Open Hardware Miniconf",
|
||||
"section": 3,
|
||||
"slug": "openhardware-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 4
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "Kernel Miniconf",
|
||||
"section": 4,
|
||||
"slug": "kernel-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 5
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "Games Miniconf",
|
||||
"section": 5,
|
||||
"slug": "games-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 6
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "Bioinformatics Miniconf",
|
||||
"section": 6,
|
||||
"slug": "bioinformatics-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 7
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "ClsXLCA",
|
||||
"section": 7,
|
||||
"slug": "clsxlca-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 8
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "Developers Developers Miniconf",
|
||||
"section": 8,
|
||||
"slug": "devdev-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 9
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "Functional Programming Miniconf",
|
||||
"section": 9,
|
||||
"slug": "funcprog-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 10
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "Sysadmin Miniconf",
|
||||
"section": 10,
|
||||
"slug": "sysadmin-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 11
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "Open Education Miniconf",
|
||||
"section": 11,
|
||||
"slug": "opened-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 12
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "Open GLAM Miniconf",
|
||||
"section": 12,
|
||||
"slug": "openglam-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 13
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "FPGA Miniconf",
|
||||
"section": 13,
|
||||
"slug": "fpga-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 14
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"name": "Art+Tech Miniconf",
|
||||
"section": 14,
|
||||
"slug": "arttech-miniconf"
|
||||
},
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"pk": 15
|
||||
}
|
||||
]
|
|
@ -1,332 +0,0 @@
|
|||
[
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:29:45.743Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_kernel-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_kernel-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "Kernel Miniconf CFP",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_kernel-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "kernel-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 4
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:30:58.246Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_ClsXLCA-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_ClsXLCA-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "ClsXLCA",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_ClsXLCA-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "ClsXLCA-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 5
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:31:35.497Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_funcprog-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_funcprog-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "Functional Programming",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_funcprog-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "funcprog-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 6
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:32:09.478Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_sysadmin-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "Sysadmin",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_sysadmin-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "sysadmin-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 7
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:32:47.278Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_review_opened-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "Open Education",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_opened-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "opened-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 8
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:33:40.271Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_review_openglam-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "Open GLAM",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_openglam-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "openglam-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 9
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:34:16.381Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_games-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_openglam-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "Games",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_games-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "games-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 10
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:47:43.647Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_review_fpga-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "FP",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_fpga-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "fpga-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 11
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:48:42.815Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_review_devdev-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "Developers Developers Miniconf",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_devdev-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "devdev-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 12
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:50:38.480Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_review_arttech-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "Art+Tech Miniconf",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_arttech-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "arttech-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 13
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:51:38.150Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_openhardware-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_openhardware-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "Open Hardware",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_openhardware-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "openhardware-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 14
|
||||
},
|
||||
{
|
||||
"fields": {
|
||||
"access": "application",
|
||||
"created": "2017-09-22T03:52:09.923Z",
|
||||
"description": "",
|
||||
"manager_permissions": [
|
||||
[
|
||||
"can_manage_bioinformatics-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
],
|
||||
[
|
||||
"can_review_bioinformatics-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"name": "Open Source and Bioinformatics",
|
||||
"permissions": [
|
||||
[
|
||||
"can_review_bioinformatics-miniconf",
|
||||
"reviews",
|
||||
""
|
||||
]
|
||||
],
|
||||
"slug": "bioinformatics-miniconf-team"
|
||||
},
|
||||
"model": "teams.team",
|
||||
"pk": 15
|
||||
}
|
||||
]
|
|
@ -1,51 +0,0 @@
|
|||
[
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2018-07-30T12:00:00Z",
|
||||
"published": false,
|
||||
"section": 1,
|
||||
"start": "2018-05-30T00:00:00Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 2,
|
||||
"model": "symposion_proposals.proposalsection",
|
||||
"fields": {
|
||||
"closed": false,
|
||||
"end": "2018-07-30T12:00:00Z",
|
||||
"published": false,
|
||||
"section": 2,
|
||||
"start": "2018-05-30T00:00:00Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "symposion_proposals.proposalkind",
|
||||
"fields": {
|
||||
"section": 1,
|
||||
"name": "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"
|
||||
}
|
||||
}
|
||||
]
|
|
@ -1,10 +1,10 @@
|
|||
[
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "sites.site",
|
||||
"fields": {
|
||||
"domain": "lca2019.linux.org.au",
|
||||
"name": "linux.conf.au 2019"
|
||||
}
|
||||
}
|
||||
]
|
||||
[
|
||||
{
|
||||
"model": "sites.site",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"domain": "lca2020.linux.org.au",
|
||||
"name": "linux.conf.au 2020"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -18,10 +18,10 @@ docker container start symposion
|
|||
## Possible alternative here: don't mount all of ., just mount the bits that we'd live to have update live
|
||||
docker exec symposion ./manage.py collectstatic --noinput -v 0
|
||||
docker exec symposion ./manage.py migrate
|
||||
docker exec symposion ./manage.py loaddata ./fixtures/{conference,sites,sitetree,proposal_base,flatpages}.json
|
||||
docker exec symposion ./manage.py loaddata ./fixtures/{conference,sites,sitetree,flatpages}.json
|
||||
docker exec symposion ./manage.py create_review_permissions
|
||||
docker exec symposion ./manage.py loaddata ./fixtures/????/*.json
|
||||
#docker exec symposion ./manage.py populate_inventory
|
||||
#docker exec symposion ./manage.py loaddata ./fixtures/miniconf-fixtures/*.json
|
||||
|
||||
if [ -e ./symposion-tools ]; then
|
||||
pushd ./symposion-tools
|
||||
|
@ -29,10 +29,9 @@ if [ -e ./symposion-tools ]; then
|
|||
./fixture_to_docker.sh fixtures/????_*.json
|
||||
popd
|
||||
else
|
||||
echo Now creating a Django superuser. Please enter a
|
||||
echo Now creating a Django superuser. Please enter a
|
||||
docker exec -it symposion ./manage.py createsuperuser --username admin1 --email root@example.com
|
||||
fi
|
||||
docker exec symposion ./manage.py loaddata -v3 ./fixtures/cfp_teams_test.json
|
||||
|
||||
set +x
|
||||
echo "Now you can log into http://localhost:28000/admin"
|
||||
|
|
Loading…
Reference in a new issue