Changeset - 958b518b86cb
[Not reviewed]
2 2 0
Tobias - 5 years ago 2018-11-23 01:02:48
tobiasschulmann@catalyst.net.nz
Add new fixtures for flatpages and nav
4 files changed with 351 insertions and 947 deletions:
0 comments (0 inline, 0 general)
fixtures/2019_flatpages.json
Show inline comments
 
deleted file
fixtures/2019_sitetree.json
Show inline comments
 
deleted file
fixtures/flatpages.json
Show inline comments
 
[
 
    {
 
        "fields": {
 
            "url": "/",
 
            "title": "LCA 2019",
 
            "sites": [
 
                1
 
            ],
 
            "template_name": "flatpages/homepage.html"
 
        },
 
        "model": "flatpages.flatpage",
 
        "pk": 1
 
    },
 
    {
 
        "fields": {
 
            "url": "/attend/code-of-conduct/",
 
            "title": "Code of Conduct -- LCA2019",
 
            "sites": [
 
                1
 
            ],
 
            "template_name": "flatpages/coc.html"
 
        },
 
        "model": "flatpages.flatpage",
 
        "pk": 2
 
    },
 
    {
 
        "fields": {
 
            "url": "/attend/terms-and-conditions/",
 
            "title": "Terms and Conditions -- LCA2019",
 
            "sites": [
 
                1
 
            ],
 
            "template_name": "flatpages/toc.html"
 
        },
 
        "model": "flatpages.flatpage",
 
        "pk": 3
 
    },
 
    {
 
        "fields": {
 
            "url": "/sponsors/",
 
            "title": "Sponsorship -- LCA2019",
 
            "sites": [
 
                1
 
            ],
 
            "template_name": "flatpages/sponsorship.html"
 
        },
 
        "model": "flatpages.flatpage",
 
        "pk": 4
 
    },
 
    {
 
        "fields": {
 
            "url": "/call-for-papers/",
 
            "title": "Call for Papers -- LCA2019",
 
            "sites": [
 
                1
 
            ],
 
            "template_name": "flatpages/proposals.html"
 
        },
 
        "model": "flatpages.flatpage",
 
        "pk": 5
 
    }
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 1,
 
  "fields": {
 
    "url": "/",
 
    "title": "LCA 2019",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/homepage.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 2,
 
  "fields": {
 
    "url": "/attend/code-of-conduct/",
 
    "title": "Code of Conduct",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/coc.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 3,
 
  "fields": {
 
    "url": "/attend/terms-and-conditions/",
 
    "title": "Terms and Conditions",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/toc.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 4,
 
  "fields": {
 
    "url": "/sponsors/",
 
    "title": "Sponsorship",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/sponsorship.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 5,
 
  "fields": {
 
    "url": "/call-for-papers/",
 
    "title": "Call for Papers",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/proposals.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 6,
 
  "fields": {
 
    "url": "/programme/",
 
    "title": "Programme Overview",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/programme_overview.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 7,
 
  "fields": {
 
    "url": "/programme/miniconfs/",
 
    "title": "Miniconfs",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/miniconfs.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 8,
 
  "fields": {
 
    "url": "/attend/tickets/",
 
    "title": "Tickets & Prices",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/tickets_prices.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 9,
 
  "fields": {
 
    "url": "/attend/shirts/",
 
    "title": "Shirts",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/shirts.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 10,
 
  "fields": {
 
    "url": "/attend/accommodation/",
 
    "title": "Accommodation",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/accommodation.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 11,
 
  "fields": {
 
    "url": "/attend/business-case/",
 
    "title": "Business Case",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/business_case.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 12,
 
  "fields": {
 
    "url": "/programme/miniconfs/docs/",
 
    "title": "Docs Down Under",
 
    "content": "<h1>Docs Down Under</h1>\r\n<h2>Introduction</h2>\r\n<p>After a hiatus in 2018, Docs Down Under has returned to <a href=\"https://linux.conf.au\">linux.conf.au</a>!</p>\r\n\r\n<p>Docs Down Under is a technical communication-themed miniconference open to\r\nprofessionals of all kinds from across Australia. Topics on every aspect of\r\ntechnical communication are welcome, ranging from languages and tools to\r\nbuilding communities and the state of the industry. Following this year's\r\ntheme, we are particularly interested in talks on embedded documentation and\r\nthe future of technical communication in a highly connected world.</p>\r\n\r\n<p>Great documentation is a critical aspect of any successful project, and this\r\nminiconference brings together writing professionals, communicators, software\r\ndevelopers, and operators from across Australia to share their ideas,\r\ninformation, and experience. Whether you are are a professional writer, a\r\nproject contributor, or just interested in the art of communication, we invite\r\nyou to come along and get your docs on!</p>\r\n\r\n<h2>Call for Proposals</h2>\r\n<p>\r\n  We are inviting talks on topics related to the field of technical communication\r\n  and documentation in open source. If you work with documentation, we want to\r\n  hear from you.\r\n</p>\r\n<p>Topics for presentations could include (but are not limited to):</p>\r\n<ul>\r\n  <li>The future of technical communication</li>\r\n  <li>Documentation best practice</li>\r\n  <li>Writing styles</li>\r\n  <li>Documentation as code</li>\r\n  <li>Embedded documentation</li>\r\n  <li>Translation and internationalization</li>\r\n  <li>Development and publishing infrastructure</li>\r\n  <li>Working with engineers and other teams</li>\r\n  <li>Coders who write, writers who code</li>\r\n  <li>Open Source documentation and writing in online communities</li>\r\n  <li>Information architecture</li>\r\n  <li>Writing for diverse media</li>\r\n  <li>User design</li>\r\n  <li>Processes and methodologies</li>\r\n  <li>Tips, tricks, and tales from field</li>\r\n</ul>\r\n\r\n<h2>Presentation Formats</h2>\r\n<p>We are now open for talk submissions. We have openings for:</p>\r\n<ul>\r\n  <li>40-45 min presentations</li>\r\n  <li>20-30 min short presentations</li>\r\n  <li>5-10 min lightning talks</li>\r\n</ul>\r\n<p>Don\u2019t see a format here that interests you? Want to run a panel discussion or an interactive session? Let us know! The schedule is flexible and we're happy to accommodate.</p>\r\n\r\n<h2>Submissions</h2>\r\n<p>Submission are now open! Head over to <a href=\"https://linux.conf.au\">linux.conf.au</a> to create your speaker profile and submit your presentation summary.</p>\r\n<ol>\r\n  <li>Create an account. This is the same system used by <a href=\"https://linux.conf.au\">linux.conf.au</a>, so if you already have a profile there you can use the same one for your submission.</li>\r\n  <li>Log in and access your Dashboard under the Attend dropdown.</li>\r\n  <li>Click Docs Down Under Proposal.</li>\r\n  <li>Complete the proposal form, and you're done!</li>\r\n</ol>\r\n\r\n<p>We encourage you to submit multiple proposals if you have lots of great ideas to share. Note that proposals can be edited up until the submission deadline.</p>\r\n<p>If you\u2019re looking for extra advice or want to chat about an idea before submitting you can always <a href=\"mailto:docsdownunder@gmail.com\">email us</a>. We\u2019re excited to hear from you!</p>\r\n<p><strong>Submissions close: 30th November 2018, New Zealand Standard Time</strong></p>\r\n<p>We strongly encourage both new and experienced speakers from all walks of life to apply \u2013 all ages, genders, nationalities, ethnicities, backgrounds, religions, and abilities. Like the main LCA conference, we respect and encourage diversity at our miniconf and all presentations and attendees must adhere to the Code of Conduct. If you would like any assistance with creating a proposal, don't hesitate to ask one of the organisers.</p>\r\n\r\n\r\n<h2>Tickets & Financial Assistance</h2>\r\n<p>Please note, <a href=\"https://linux.conf.au\">linux.conf.au</a> is a community run conference. Miniconf speakers do not receive complimentary tickets to the conference. To present or attend the miniconf you will need to be a registered attendee of <a href=\"https://linux.conf.au\">linux.conf.au</a> with either a Professional, Hobbyist, or Student ticket.</p>\r\n<p>We understand this is not easy to do for all people, and we ask that if you don\u2019t think you can attend the conference without assistance, please contact us. We would love to look at ways to help you attend. Your attendance and involvement is very important to us, and we want to help you be there.</p>\r\n\r\n<h2>Dates and Deadlines</h2>\r\n<p>\r\n<strong>30-11-2018</strong> - Deadline for submissions<br />\r\n<strong>07-12-2018</strong> - Confirmation of presentations<br />\r\n22-01-2019 - Doc Down Under miniconf\r\n</p>\r\n\r\n<h2>Organisers & Contact</h2>\r\n<p>If you have any questions or comments, please get in touch with Lana Brindley and Brian Moss at: <a href=\"mailto:docsdownunder@gmail.com\">docsdownunder@gmail.com</a>.</p>",
 
    "enable_comments": false,
 
    "template_name": "flatpages/default.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 13,
 
  "fields": {
 
    "url": "/programme/keynotes/",
 
    "title": "Keynote Speakers",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/keynotes.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 14,
 
  "fields": {
 
    "url": "/programme/keynotes/rory/",
 
    "title": "Rory Aronson",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "keynotes/rory.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 15,
 
  "fields": {
 
    "url": "/attend/volunteer/",
 
    "title": "Volunteer",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/volunteer.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 16,
 
  "fields": {
 
    "url": "/programme/miniconfs/developer/",
 
    "title": "Developer Developer",
 
    "content": "<h1>Developer Developer</h1>\r\n<p>\r\n  Building on the tradition of the Open Programming (Languages) Miniconf that ran at linux.conf.au 2010 until 2014,\r\n  and returning to the LCA program in 2018, the Developer Developer Miniconf is an outlet for the growing community\r\n  of application developers who attend linux.conf.au to talk about how to do software development properly.\r\n</p>\r\n\r\n<p>\r\n  This year, as well as exploring the latest in open source languages, we want to discuss aspects including:\r\n</p>\r\n\r\n<ul>\r\n  <li>Development methodologies, including software testing and release</li>\r\n  <li>DevOps tools, techniques, and software deployment strategies</li>\r\n  <li>Documentation tools</li>\r\n  <li>Software Architecture techniques</li>\r\n  <li>Usability and interface design</li>\r\n</ul>\r\n\r\n<p>\r\n  We're keen to run an inclusive CFP, and to be particularly inviting of speakers who've never spoken at a conference,\r\n  or to people who are new to linux.conf.au.\r\n</p>\r\n\r\n<p>\r\n  In 2018, and every instance of the predecessor Open Programming Miniconf, we've consistently attracted more talks\r\n  than we've had spaces available, and we run a public call for lightning talks in the week before the conference,\r\n  in order to provide more opportunities for first-time speakers.\r\n</p>",
 
    "enable_comments": false,
 
    "template_name": "flatpages/default.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 17,
 
  "fields": {
 
    "url": "/programme/keynotes/dana/",
 
    "title": "Dana Lewis",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "keynotes/dana.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 18,
 
  "fields": {
 
    "url": "/programme/keynotes/shannon/",
 
    "title": "Shannon Morse",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "keynotes/shannon.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
}
 
]
fixtures/sitetree.json
Show inline comments
...
 
@@ -143,7 +143,7 @@
 
    "url": "/schedule/edit",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
...
 
@@ -188,62 +188,14 @@
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 21,
 
  "fields": {
 
    "title": "About",
 
    "hint": "",
 
    "url": "/about",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "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": 9,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 22,
 
  "fields": {
 
    "title": "News",
 
    "hint": "",
 
    "url": "/news",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "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": 10,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 23,
 
  "pk": 28,
 
  "fields": {
 
    "title": "Attend",
 
    "title": "Code of Conduct",
 
    "hint": "",
 
    "url": "#",
 
    "url": "/attend/code-of-conduct/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
...
 
@@ -253,21 +205,21 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 21,
 
    "parent": 37,
 
    "sort_order": 42,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 24,
 
  "pk": 29,
 
  "fields": {
 
    "title": "Tickets and Prices",
 
    "title": "Terms and Conditions",
 
    "hint": "",
 
    "url": "/attend",
 
    "url": "/attend/terms-and-conditions/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
...
 
@@ -277,21 +229,21 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 23,
 
    "sort_order": 25,
 
    "parent": 37,
 
    "sort_order": 44,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 25,
 
  "pk": 30,
 
  "fields": {
 
    "title": "Accommodation",
 
    "title": "Volunteer",
 
    "hint": "",
 
    "url": "/attend/accommodation",
 
    "url": "/attend/volunteer/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
...
 
@@ -301,21 +253,21 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 23,
 
    "parent": 37,
 
    "sort_order": 26,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 26,
 
  "pk": 31,
 
  "fields": {
 
    "title": "Business Case",
 
    "title": "Programme",
 
    "hint": "",
 
    "url": "/attend/business-case",
 
    "url": "#",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
...
 
@@ -325,21 +277,21 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 23,
 
    "sort_order": 27,
 
    "parent": null,
 
    "sort_order": 24,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 27,
 
  "pk": 32,
 
  "fields": {
 
    "title": "Shirts",
 
    "title": "Overview",
 
    "hint": "",
 
    "url": "/attend/shirts",
 
    "url": "/programme",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
...
 
@@ -349,18 +301,18 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 23,
 
    "sort_order": 28,
 
    "parent": 31,
 
    "sort_order": 32,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 28,
 
  "pk": 33,
 
  "fields": {
 
    "title": "Code of Conduct",
 
    "title": "Miniconfs",
 
    "hint": "",
 
    "url": "/attend/code-of-conduct/",
 
    "url": "/programme/miniconfs/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
...
 
@@ -373,18 +325,18 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 37,
 
    "sort_order": 36,
 
    "parent": 31,
 
    "sort_order": 40,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 29,
 
  "pk": 34,
 
  "fields": {
 
    "title": "Terms and Conditions",
 
    "title": "Call for Papers",
 
    "hint": "",
 
    "url": "/attend/terms-and-conditions/",
 
    "url": "/call-for-papers/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
...
 
@@ -397,21 +349,21 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 37,
 
    "sort_order": 30,
 
    "parent": 31,
 
    "sort_order": 43,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 30,
 
  "pk": 35,
 
  "fields": {
 
    "title": "Volunteer",
 
    "title": "Sponsors",
 
    "hint": "",
 
    "url": "/attend/volunteer",
 
    "url": "/sponsors/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
...
 
@@ -421,21 +373,21 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 23,
 
    "sort_order": 29,
 
    "parent": null,
 
    "sort_order": 35,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 31,
 
  "pk": 37,
 
  "fields": {
 
    "title": "Programme",
 
    "title": "Attend",
 
    "hint": "",
 
    "url": "#",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
...
 
@@ -446,20 +398,20 @@
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 23,
 
    "sort_order": 31,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 32,
 
  "pk": 38,
 
  "fields": {
 
    "title": "Overview",
 
    "title": "Tickets & Prices",
 
    "hint": "",
 
    "url": "/programme",
 
    "url": "/attend/tickets/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
...
 
@@ -469,21 +421,21 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 31,
 
    "sort_order": 32,
 
    "parent": 37,
 
    "sort_order": 30,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 33,
 
  "pk": 39,
 
  "fields": {
 
    "title": "Miniconfs",
 
    "title": "Shirts",
 
    "hint": "",
 
    "url": "/programme/miniconfs.html",
 
    "url": "/attend/shirts/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
...
 
@@ -493,21 +445,21 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 31,
 
    "sort_order": 33,
 
    "parent": 37,
 
    "sort_order": 39,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 34,
 
  "pk": 40,
 
  "fields": {
 
    "title": "Proposals",
 
    "title": "Conference Schedule",
 
    "hint": "",
 
    "url": "/proposals/",
 
    "url": "/schedule/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
...
 
@@ -524,11 +476,11 @@
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 35,
 
  "pk": 41,
 
  "fields": {
 
    "title": "Sponsors",
 
    "title": "Accommodation",
 
    "hint": "",
 
    "url": "/sponsors/",
 
    "url": "/attend/accommodation/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
...
 
@@ -541,18 +493,18 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 35,
 
    "parent": 37,
 
    "sort_order": 38,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 36,
 
  "pk": 42,
 
  "fields": {
 
    "title": "Call for Papers",
 
    "title": "Business Case",
 
    "hint": "",
 
    "url": "/call-for-papers/",
 
    "url": "/attend/business-case/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
...
 
@@ -565,18 +517,18 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 24,
 
    "parent": 37,
 
    "sort_order": 41,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 37,
 
  "pk": 43,
 
  "fields": {
 
    "title": "Attend",
 
    "title": "Keynotes",
 
    "hint": "",
 
    "url": "#",
 
    "url": "/programme/keynotes/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
...
 
@@ -589,8 +541,8 @@
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 31,
 
    "parent": 31,
 
    "sort_order": 33,
 
    "access_permissions": []
 
  }
 
}
0 comments (0 inline, 0 general)