Changeset - cb394760ae47
[Not reviewed]
0 2 2
Tobias - 6 years ago 2018-09-29 06:17:01
tobias@localhost.localdomain
Add migrations for pages
4 files changed with 1980 insertions and 1317 deletions:
0 comments (0 inline, 0 general)
docker/deploy_with_sqlite.sh
Show inline comments
...
 
@@ -2,7 +2,7 @@
 

	
 
/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,sitetree,flatpages}.json
 
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/{2019_registrasion,2019_schedule}.json
 
/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/{2019_groups,2019_registrasion,2019_schedule,2019_sitetree,2019_flatpages}.json
 

	
 
/usr/local/bin/python /app/symposion_app/manage.py create_review_permissions
 
#/usr/local/bin/python /app/symposion_app/manage.py populate_inventory
fixtures/2019_flatpages.json
Show inline comments
 
new file 100644
 
[
 
{
 
  "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 -- LCA2019",
 
    "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 -- LCA2019",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/toc.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "flatpages.flatpage",
 
  "pk": 4,
 
  "fields": {
 
    "url": "/sponsors/",
 
    "title": "Sponsorship -- LCA2019",
 
    "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 -- LCA2019",
 
    "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 -- LCA 2019",
 
    "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 -- LCA 2019",
 
    "content": "",
 
    "enable_comments": false,
 
    "template_name": "flatpages/miniconfs.html",
 
    "registration_required": false,
 
    "sites": [
 
      1
 
    ]
 
  }
 
}
 
]
fixtures/2019_registrasion.json
Show inline comments
 
[
 
{
 
  "model": "registrasion.category",
 
  "pk": 1,
 
  "fields": {
 
    "name": "Ticket",
 
    "description": "Each type of ticket has different included products. For details of what products are included, see our <a href='https://lca2018.org/attend'>registration page</a>",
 
    "limit_per_user": 1,
 
    "required": true,
 
    "order": 1,
 
    "render_type": 1
 
  }
 
},
 
{
 
  "model": "registrasion.category",
 
  "pk": 2,
 
  "fields": {
 
    "name": "Terms, Conditions, and Code of Conduct Acceptance",
 
    "description": "I agree to the <a href=\"https://linux.conf.au/attend/terms-and-conditions\"> terms and conditions of attendance</a>, and I have read, understood, and agree to act according to the standards set forth in our <a href=\"https://linux.conf.au/attend/code-of-conduct\">Code of Conduct</a>.",
 
    "limit_per_user": null,
 
    "required": true,
 
    "order": 10,
 
    "render_type": 4
 
  }
 
},
 
{
 
  "model": "registrasion.category",
 
  "pk": 3,
 
  "fields": {
 
    "name": "Penguin Dinner Ticket",
 
    "description": "Tickets to our conference dinner on the evening of Wednesday 24 January. All attendees may purchase seats at the dinner, even if a dinner ticket is not included in your conference ticket price.",
 
    "limit_per_user": 10,
 
    "required": false,
 
    "order": 20,
 
    "render_type": 2
 
  }
 
},
 
{
 
  "model": "registrasion.category",
 
  "pk": 4,
 
  "fields": {
 
    "name": "Speakers' Dinner Ticket",
 
    "description": "Tickets to our exclusive Speakers' Dinner on the evening of Tuesday 23 January. You may purchase up to 5 tickets in total, for significant others and family members.",
 
    "limit_per_user": 5,
 
    "required": false,
 
    "order": 30,
 
    "render_type": 2
 
  }
 
},
 
{
 
  "model": "registrasion.category",
 
  "pk": 5,
 
  "fields": {
 
    "name": "Professional Delegates Networking Session Ticket",
 
    "description": "Tickets to our Professional Delegates Networking session.This event will be held on the evening of Thursday 25th January, and is restricted to Professional Ticket holders, speakers, miniconf organisers, and invited guests.",
 
    "limit_per_user": 1,
 
    "required": false,
 
    "order": 40,
 
    "render_type": 1
 
  }
 
},
 
{
 
  "model": "registrasion.category",
 
  "pk": 6,
 
  "fields": {
 
    "name": "Shirt",
 
    "description": "Commemorative conference polo shirts, featuring the linux.conf.au 2018 artwork.",
 
    "limit_per_user": null,
 
    "required": false,
 
    "order": 50,
 
    "render_type": 3
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 1,
 
  "fields": {
 
    "name": "Fairy Penguin Sponsor",
 
    "description": "",
 
    "category": 1,
 
    "price": "1999.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 1
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 2,
 
  "fields": {
 
    "name": "Professional",
 
    "description": "",
 
    "category": 1,
 
    "price": "1099.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 10
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 3,
 
  "fields": {
 
    "name": "Hobbyist",
 
    "description": "",
 
    "category": 1,
 
    "price": "549.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 20
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 4,
 
  "fields": {
 
    "name": "Student",
 
    "description": "",
 
    "category": 1,
 
    "price": "199.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 30
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 5,
 
  "fields": {
 
    "name": "Monday and Tuesday Only",
 
    "description": "",
 
    "category": 1,
 
    "price": "180.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 40
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 6,
 
  "fields": {
 
    "name": "Monday Only",
 
    "description": "",
 
    "category": 1,
 
    "price": "90.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 42
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 7,
 
  "fields": {
 
    "name": "Tuesday Only",
 
    "description": "",
 
    "category": 1,
 
    "price": "90.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 44
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 8,
 
  "fields": {
 
    "name": "Speaker",
 
    "description": null,
 
    "category": 1,
 
    "price": "0.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 50
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 9,
 
  "fields": {
 
    "name": "Media",
 
    "description": null,
 
    "category": 1,
 
    "price": "0.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 60
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 10,
 
  "fields": {
 
    "name": "Sponsor",
 
    "description": null,
 
    "category": 1,
 
    "price": "0.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 70
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 11,
 
  "fields": {
 
    "name": "Conference Organiser",
 
    "description": null,
 
    "category": 1,
 
    "price": "0.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 80
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 12,
 
  "fields": {
 
    "name": "Conference Volunteer",
 
    "description": null,
 
    "category": 1,
 
    "price": "0.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 90
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 13,
 
  "fields": {
 
    "name": "I Accept",
 
    "description": "",
 
    "category": 2,
 
    "price": "0.00",
 
    "limit_per_user": 1,
 
    "reservation_duration": "1 00:00:00",
 
    "order": 10
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 14,
 
  "fields": {
 
    "name": "Adult",
 
    "description": "Includes an adult's meal and full beverage service.",
 
    "category": 3,
 
    "price": "95.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 10
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 15,
 
  "fields": {
 
    "name": "Child",
 
    "description": "Children 12 and under. Includes a child's meal and soft drink service.",
 
    "category": 3,
 
    "price": "55.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 20
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 16,
 
  "fields": {
 
    "name": "Infant",
 
    "description": "Includes no food or beverage service.",
 
    "category": 3,
 
    "price": "0.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 30
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 17,
 
  "fields": {
 
    "name": "Adult",
 
    "description": "Includes an adult's meal and full beverage service.",
 
    "category": 4,
 
    "price": "130.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 10
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 20,
 
  "fields": {
 
    "name": "Conference Attendee",
 
    "description": null,
 
    "category": 5,
 
    "price": "0.00",
 
    "limit_per_user": 1,
 
    "reservation_duration": "01:00:00",
 
    "order": 10
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 22,
 
  "fields": {
 
    "name": "Men's/Straight Cut S",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 10
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 23,
 
  "fields": {
 
    "name": "Men's/Straight Cut M",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 20
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 24,
 
  "fields": {
 
    "name": "Men's/Straight Cut L",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 30
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 25,
 
  "fields": {
 
    "name": "Men's/Straight Cut XL",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 40
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 26,
 
  "fields": {
 
    "name": "Men's/Straight Cut 2XL",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 50
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 27,
 
  "fields": {
 
    "name": "Men's/Straight Cut 3XL",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 60
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 28,
 
  "fields": {
 
    "name": "Men's/Straight Cut 4XL",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 70
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 29,
 
  "fields": {
 
    "name": "Women's Classic Fit 8",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 80
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 30,
 
  "fields": {
 
    "name": "Women's Classic Fit 10",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 90
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 31,
 
  "fields": {
 
    "name": "Women's Classic Fit 12",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 100
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 32,
 
  "fields": {
 
    "name": "Women's Classic Fit 14",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 110
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 33,
 
  "fields": {
 
    "name": "Women's Classic Fit 16",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 120
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 34,
 
  "fields": {
 
    "name": "Women's Classic Fit 18",
 
    "description": null,
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 130
 
  }
 
},
 
{
 
  "model": "registrasion.product",
 
  "pk": 35,
 
  "fields": {
 
    "name": "Men's/Straight Cut 5XL",
 
    "description": "",
 
    "category": 6,
 
    "price": "25.00",
 
    "limit_per_user": null,
 
    "reservation_duration": "01:00:00",
 
    "order": 75
 
  }
 
},
 
{
 
  "model": "registrasion.discountbase",
 
  "pk": 1,
 
  "fields": {
 
    "description": "Early Bird Discount - Hobbyist"
 
  }
 
},
 
{
 
  "model": "registrasion.discountbase",
 
  "pk": 2,
 
  "fields": {
 
    "description": "Early Bird Discount - Professional"
 
  }
 
},
 
{
 
  "model": "registrasion.discountbase",
 
  "pk": 3,
 
  "fields": {
 
    "description": "Speaker Ticket Discount"
 
  }
 
},
 
{
 
  "model": "registrasion.discountbase",
 
  "pk": 4,
 
  "fields": {
 
    "description": "Complimentary for primary proposer"
 
  }
 
},
 
{
 
  "model": "registrasion.discountbase",
 
  "pk": 5,
 
  "fields": {
 
    "description": "Complimentary for ticket holder (Professional-level)"
 
  }
 
},
 
{
 
  "model": "registrasion.discountbase",
 
  "pk": 6,
 
  "fields": {
 
    "description": "Complimentary for ticket holder (Hobbyist-level)"
 
  }
 
},
 
{
 
  "model": "registrasion.discountbase",
 
  "pk": 7,
 
  "fields": {
 
    "description": "Complimentary for ticket holder (Student-level)"
 
  }
 
},
 
{
 
  "model": "registrasion.discountbase",
 
  "pk": 8,
 
  "fields": {
 
    "description": "Complimentary for ticket holder staff)"
 
  }
 
},
 
{
 
  "model": "registrasion.discountbase",
 
  "pk": 9,
 
  "fields": {
 
    "description": "Shirts complimentary for staff and volunteers"
 
  }
 
},
 
{
 
  "model": "registrasion.discountforproduct",
 
  "pk": 1,
 
  "fields": {
 
    "discount": 1,
 
    "product": 3,
 
    "percentage": null,
 
    "price": "150.00",
 
    "quantity": 1
 
  }
 
},
 
{
 
  "model": "registrasion.discountforproduct",
 
  "pk": 2,
 
  "fields": {
 
    "discount": 2,
 
    "product": 1,
 
    "percentage": null,
 
    "price": "200.00",
 
    "quantity": 1
 
  }
 
},
 
{
 
  "model": "registrasion.discountforproduct",
 
  "pk": 3,
 
  "fields": {
 
    "discount": 2,
 
    "product": 2,
 
    "percentage": null,
 
    "price": "200.00",
 
    "quantity": 1
 
  }
 
},
 
{
 
  "model": "registrasion.discountforproduct",
 
  "pk": 4,
 
  "fields": {
 
    "discount": 3,
 
    "product": 1,
 
    "percentage": null,
 
    "price": "200.00",
 
    "quantity": 1
 
  }
 
},
 
{
 
  "model": "registrasion.discountforproduct",
 
  "pk": 5,
 
  "fields": {
 
    "discount": 3,
 
    "product": 2,
 
    "percentage": null,
 
    "price": "200.00",
 
    "quantity": 1
 
  }
 
},
 
{
 
  "model": "registrasion.discountforcategory",
 
  "pk": 1,
 
  "fields": {
 
    "discount": 4,
 
    "category": 4,
 
    "percentage": "100.0",
 
    "quantity": 1
 
  }
 
},
 
{
 
  "model": "registrasion.discountforcategory",
 
  "pk": 2,
 
  "fields": {
 
    "discount": 5,
 
    "category": 3,
 
    "percentage": "100.0",
 
    "quantity": 1
 
  }
 
},
 
{
 
  "model": "registrasion.discountforcategory",
 
  "pk": 3,
 
  "fields": {
 
    "discount": 5,
 
    "category": 6,
 
    "percentage": "100.0",
 
    "quantity": 1
 
  }
 
},
 
{
 
  "model": "registrasion.discountforcategory",
 
  "pk": 4,
 
  "fields": {
 
    "discount": 6,
 
    "category": 6,
 
    "percentage": "100.0",
 
    "quantity": 1
 
  }
 
},
 
{
 
  "model": "registrasion.discountforcategory",
 
  "pk": 5,
 
  "fields": {
 
    "discount": 7,
 
    "category": 6,
 
    "percentage": "100.0",
 
    "quantity": 1
 
  }
 
},
 
{
 
  "model": "registrasion.discountforcategory",
 
  "pk": 6,
 
  "fields": {
 
    "discount": 8,
 
    "category": 3,
 
    "percentage": "100.0",
 
    "quantity": 1
 
  }
 
},
 
{
 
  "model": "registrasion.discountforcategory",
 
  "pk": 7,
 
  "fields": {
 
    "discount": 9,
 
    "category": 6,
 
    "percentage": "100.0",
 
    "quantity": 5
 
  }
 
},
 
{
 
  "model": "registrasion.timeorstocklimitdiscount",
 
  "pk": 1,
 
  "fields": {
 
    "start_time": null,
 
    "end_time": "2018-10-31T13:00:00Z",
 
    "limit": 80
 
  }
 
},
 
{
 
  "model": "registrasion.timeorstocklimitdiscount",
 
  "pk": 2,
 
  "fields": {
 
    "start_time": null,
 
    "end_time": "2018-10-31T13:00:00Z",
 
    "limit": 160
 
  }
 
},
 
{
 
  "model": "registrasion.includedproductdiscount",
 
  "pk": 5,
 
  "fields": {
 
    "enabling_products": [
 
      1,
 
      2,
 
      8,
 
      9,
 
      10
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.includedproductdiscount",
 
  "pk": 6,
 
  "fields": {
 
    "enabling_products": [
 
      3
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.includedproductdiscount",
 
  "pk": 7,
 
  "fields": {
 
    "enabling_products": [
 
      4
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.includedproductdiscount",
 
  "pk": 8,
 
  "fields": {
 
    "enabling_products": [
 
      11
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.speakerdiscount",
 
  "pk": 3,
 
  "fields": {
 
    "is_presenter": true,
 
    "is_copresenter": true,
 
    "proposal_kind": [
 
      1,
 
      2,
 
      3
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.speakerdiscount",
 
  "pk": 4,
 
  "fields": {
 
    "is_presenter": true,
 
    "is_copresenter": false,
 
    "proposal_kind": [
 
      1,
 
      2,
 
      3
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.groupmemberdiscount",
 
  "pk": 9,
 
  "fields": {
 
    "group": [
 
      1,
 
      2
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 1,
 
  "fields": {
 
    "description": "Can see hidden products",
 
    "condition": 2,
 
    "products": [
 
      5,
 
      6,
 
      7,
 
      9,
 
      10
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 2,
 
  "fields": {
 
    "description": "Can pre-purchase tickets",
 
    "condition": 2,
 
    "products": [
 
      1,
 
      2,
 
      3,
 
      4
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 3,
 
  "fields": {
 
    "description": "Public ticket cap",
 
    "condition": 1,
 
    "products": [
 
      1,
 
      2,
 
      3,
 
      4
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 4,
 
  "fields": {
 
    "description": "Student ticket cap",
 
    "condition": 1,
 
    "products": [
 
      4
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 5,
 
  "fields": {
 
    "description": "Reserved for sponsors",
 
    "condition": 1,
 
    "products": [
 
      10
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 6,
 
  "fields": {
 
    "description": "Reserrved for volunteers and organizers",
 
    "condition": 1,
 
    "products": [
 
      11,
 
      12
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 7,
 
  "fields": {
 
    "description": "Reserved for media",
 
    "condition": 1,
 
    "products": [
 
      9
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 8,
 
  "fields": {
 
    "description": "Reserved for speakers (and miniconf organisers)",
 
    "condition": 1,
 
    "products": [
 
      8
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 9,
 
  "fields": {
 
    "description": "Penguin dinner ticket cap",
 
    "condition": 1,
 
    "products": [],
 
    "categories": [
 
      3
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 10,
 
  "fields": {
 
    "description": "Speakers dinner ticket cap",
 
    "condition": 1,
 
    "products": [],
 
    "categories": [
 
      4
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 11,
 
  "fields": {
 
    "description": "PDNS ticket cap",
 
    "condition": 1,
 
    "products": [],
 
    "categories": [
 
      5
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 12,
 
  "fields": {
 
    "description": "Volunteer tickets",
 
    "condition": 2,
 
    "products": [
 
      12
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 13,
 
  "fields": {
 
    "description": "Team tickets",
 
    "condition": 2,
 
    "products": [
 
      11
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 14,
 
  "fields": {
 
    "description": "Speaker tickets",
 
    "condition": 2,
 
    "products": [
 
      8
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 15,
 
  "fields": {
 
    "description": "Speaker dinner tickets",
 
    "condition": 2,
 
    "products": [],
 
    "categories": [
 
      4
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 16,
 
  "fields": {
 
    "description": "PDNS available by ticket",
 
    "condition": 2,
 
    "products": [],
 
    "categories": [
 
      5
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 17,
 
  "fields": {
 
    "description": "PDNS available to speakers",
 
    "condition": 2,
 
    "products": [],
 
    "categories": [
 
      5
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 18,
 
  "fields": {
 
    "description": "PDNS available to staff",
 
    "condition": 2,
 
    "products": [],
 
    "categories": [
 
      5
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 19,
 
  "fields": {
 
    "description": "GottaGettaTicketFirst",
 
    "condition": 1,
 
    "products": [],
 
    "categories": [
 
      3,
 
      5,
 
      6
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.flagbase",
 
  "pk": 20,
 
  "fields": {
 
    "description": "Must Accept Terms",
 
    "condition": 1,
 
    "products": [],
 
    "categories": [
 
      1,
 
      3,
 
      4,
 
      5,
 
      6
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.timeorstocklimitflag",
 
  "pk": 3,
 
  "fields": {
 
    "start_time": "2018-08-31T23:50:57Z",
 
    "end_time": null,
 
    "limit": 540,
 
    "products": [
 
      1,
 
      2,
 
      3,
 
      4
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.timeorstocklimitflag",
 
  "pk": 4,
 
  "fields": {
 
    "start_time": null,
 
    "end_time": null,
 
    "limit": 80,
 
    "products": [
 
      4
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.timeorstocklimitflag",
 
  "pk": 5,
 
  "fields": {
 
    "start_time": null,
 
    "end_time": null,
 
    "limit": 70,
 
    "products": [
 
      10
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.timeorstocklimitflag",
 
  "pk": 6,
 
  "fields": {
 
    "start_time": "2018-09-28T19:30:41Z",
 
    "end_time": null,
 
    "limit": 60,
 
    "products": [
 
      11,
 
      12
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.timeorstocklimitflag",
 
  "pk": 7,
 
  "fields": {
 
    "start_time": null,
 
    "end_time": null,
 
    "limit": 10,
 
    "products": [
 
      9
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.timeorstocklimitflag",
 
  "pk": 8,
 
  "fields": {
 
    "start_time": null,
 
    "end_time": null,
 
    "limit": 110,
 
    "products": [
 
      8
 
    ],
 
    "categories": []
 
  }
 
},
 
{
 
  "model": "registrasion.timeorstocklimitflag",
 
  "pk": 9,
 
  "fields": {
 
    "start_time": null,
 
    "end_time": null,
 
    "limit": 600,
 
    "products": [],
 
    "categories": [
 
      3
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.timeorstocklimitflag",
 
  "pk": 10,
 
  "fields": {
 
    "start_time": null,
 
    "end_time": null,
 
    "limit": 150,
 
    "products": [],
 
    "categories": [
 
      4
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.timeorstocklimitflag",
 
  "pk": 11,
 
  "fields": {
 
    "start_time": null,
 
    "end_time": null,
 
    "limit": 400,
 
    "products": [],
 
    "categories": [
 
      5
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.productflag",
 
  "pk": 16,
 
  "fields": {
 
    "products": [],
 
    "categories": [
 
      5
 
    ],
 
    "enabling_products": [
 
      1,
 
      2,
 
      9,
 
      10
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.categoryflag",
 
  "pk": 19,
 
  "fields": {
 
    "enabling_category": 1,
 
    "products": [],
 
    "categories": [
 
      3,
 
      5,
 
      6
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.categoryflag",
 
  "pk": 20,
 
  "fields": {
 
    "enabling_category": 2,
 
    "products": [],
 
    "categories": [
 
      1,
 
      3,
 
      4,
 
      5,
 
      6
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.speakerflag",
 
  "pk": 14,
 
  "fields": {
 
    "is_presenter": true,
 
    "is_copresenter": false,
 
    "products": [
 
      8
 
    ],
 
    "categories": [],
 
    "proposal_kind": [
 
      1,
 
      2,
 
      3
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.speakerflag",
 
  "pk": 15,
 
  "fields": {
 
    "is_presenter": true,
 
    "is_copresenter": true,
 
    "products": [],
 
    "categories": [
 
      4
 
    ],
 
    "proposal_kind": [
 
      1,
 
      2,
 
      3
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.speakerflag",
 
  "pk": 17,
 
  "fields": {
 
    "is_presenter": true,
 
    "is_copresenter": true,
 
    "products": [],
 
    "categories": [
 
      5
 
    ],
 
    "proposal_kind": [
 
      1,
 
      2,
 
      3
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.groupmemberflag",
 
  "pk": 1,
 
  "fields": {
 
    "products": [
 
      5,
 
      6,
 
      7,
 
      9,
 
      10
 
    ],
 
    "categories": [],
 
    "group": [
 
      3
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.groupmemberflag",
 
  "pk": 2,
 
  "fields": {
 
    "products": [
 
      1,
 
      2,
 
      3,
 
      4
 
    ],
 
    "categories": [],
 
    "group": [
 
      4
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.groupmemberflag",
 
  "pk": 12,
 
  "fields": {
 
    "products": [
 
      12
 
    ],
 
    "categories": [],
 
    "group": [
 
      2
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.groupmemberflag",
 
  "pk": 13,
 
  "fields": {
 
    "products": [
 
      11
 
    ],
 
    "categories": [],
 
    "group": [
 
      1
 
    ]
 
  }
 
},
 
{
 
  "model": "registrasion.groupmemberflag",
 
  "pk": 18,
 
  "fields": {
 
    "products": [],
 
    "categories": [
 
      5
 
    ],
 
    "group": [
 
      1
 
    ]
 
  }
 
}
 
]
 
  {
 
    "model": "registrasion.category",
 
    "pk": 1,
 
    "fields": {
 
      "name": "Ticket",
 
      "description": "Each type of ticket has different included products. For details of what products are included, see our <a href='https://lca2018.org/attend'>registration page</a>",
 
      "limit_per_user": 1,
 
      "required": true,
 
      "order": 1,
 
      "render_type": 1
 
    }
 
  },
 
  {
 
    "model": "registrasion.category",
 
    "pk": 2,
 
    "fields": {
 
      "name": "Terms, Conditions, and Code of Conduct Acceptance",
 
      "description": "I agree to the <a href=\"https://linux.conf.au/attend/terms-and-conditions\"> terms and conditions of attendance</a>, and I have read, understood, and agree to act according to the standards set forth in our <a href=\"https://linux.conf.au/attend/code-of-conduct\">Code of Conduct</a>.",
 
      "limit_per_user": null,
 
      "required": true,
 
      "order": 10,
 
      "render_type": 4
 
    }
 
  },
 
  {
 
    "model": "registrasion.category",
 
    "pk": 3,
 
    "fields": {
 
      "name": "Penguin Dinner Ticket",
 
      "description": "Tickets to our conference dinner on the evening of Wednesday 24 January. All attendees may purchase seats at the dinner, even if a dinner ticket is not included in your conference ticket price.",
 
      "limit_per_user": 10,
 
      "required": false,
 
      "order": 20,
 
      "render_type": 2
 
    }
 
  },
 
  {
 
    "model": "registrasion.category",
 
    "pk": 4,
 
    "fields": {
 
      "name": "Speakers' Dinner Ticket",
 
      "description": "Tickets to our exclusive Speakers' Dinner on the evening of Tuesday 23 January. You may purchase up to 5 tickets in total, for significant others and family members.",
 
      "limit_per_user": 5,
 
      "required": false,
 
      "order": 30,
 
      "render_type": 2
 
    }
 
  },
 
  {
 
    "model": "registrasion.category",
 
    "pk": 5,
 
    "fields": {
 
      "name": "Professional Delegates Networking Session Ticket",
 
      "description": "Tickets to our Professional Delegates Networking session.This event will be held on the evening of Thursday 25th January, and is restricted to Professional Ticket holders, speakers, miniconf organisers, and invited guests.",
 
      "limit_per_user": 1,
 
      "required": false,
 
      "order": 40,
 
      "render_type": 1
 
    }
 
  },
 
  {
 
    "model": "registrasion.category",
 
    "pk": 6,
 
    "fields": {
 
      "name": "Shirt",
 
      "description": "Commemorative conference polo shirts, featuring the linux.conf.au 2018 artwork.",
 
      "limit_per_user": null,
 
      "required": false,
 
      "order": 50,
 
      "render_type": 3
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 2,
 
    "fields": {
 
      "name": "Professional",
 
      "description": "",
 
      "category": 1,
 
      "price": "1099.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 10
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 3,
 
    "fields": {
 
      "name": "Hobbyist",
 
      "description": "",
 
      "category": 1,
 
      "price": "549.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 20
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 4,
 
    "fields": {
 
      "name": "Student",
 
      "description": "",
 
      "category": 1,
 
      "price": "199.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 30
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 5,
 
    "fields": {
 
      "name": "Monday and Tuesday Only",
 
      "description": "",
 
      "category": 1,
 
      "price": "180.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 40
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 6,
 
    "fields": {
 
      "name": "Monday Only",
 
      "description": "",
 
      "category": 1,
 
      "price": "90.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 42
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 7,
 
    "fields": {
 
      "name": "Tuesday Only",
 
      "description": "",
 
      "category": 1,
 
      "price": "90.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 44
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 8,
 
    "fields": {
 
      "name": "Speaker",
 
      "description": null,
 
      "category": 1,
 
      "price": "0.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 50
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 9,
 
    "fields": {
 
      "name": "Media",
 
      "description": null,
 
      "category": 1,
 
      "price": "0.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 60
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 10,
 
    "fields": {
 
      "name": "Sponsor",
 
      "description": null,
 
      "category": 1,
 
      "price": "0.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 70
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 11,
 
    "fields": {
 
      "name": "Conference Organiser",
 
      "description": null,
 
      "category": 1,
 
      "price": "0.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 80
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 12,
 
    "fields": {
 
      "name": "Conference Volunteer",
 
      "description": null,
 
      "category": 1,
 
      "price": "0.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 90
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 13,
 
    "fields": {
 
      "name": "I Accept",
 
      "description": "",
 
      "category": 2,
 
      "price": "0.00",
 
      "limit_per_user": 1,
 
      "reservation_duration": "1 00:00:00",
 
      "order": 10
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 14,
 
    "fields": {
 
      "name": "Adult",
 
      "description": "Includes an adult's meal and full beverage service.",
 
      "category": 3,
 
      "price": "95.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 10
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 15,
 
    "fields": {
 
      "name": "Child",
 
      "description": "Children 12 and under. Includes a child's meal and soft drink service.",
 
      "category": 3,
 
      "price": "55.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 20
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 16,
 
    "fields": {
 
      "name": "Infant",
 
      "description": "Includes no food or beverage service.",
 
      "category": 3,
 
      "price": "0.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 30
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 17,
 
    "fields": {
 
      "name": "Adult",
 
      "description": "Includes an adult's meal and full beverage service.",
 
      "category": 4,
 
      "price": "130.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 10
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 20,
 
    "fields": {
 
      "name": "Conference Attendee",
 
      "description": null,
 
      "category": 5,
 
      "price": "0.00",
 
      "limit_per_user": 1,
 
      "reservation_duration": "01:00:00",
 
      "order": 10
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 22,
 
    "fields": {
 
      "name": "Men's/Straight Cut S",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 10
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 23,
 
    "fields": {
 
      "name": "Men's/Straight Cut M",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 20
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 24,
 
    "fields": {
 
      "name": "Men's/Straight Cut L",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 30
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 25,
 
    "fields": {
 
      "name": "Men's/Straight Cut XL",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 40
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 26,
 
    "fields": {
 
      "name": "Men's/Straight Cut 2XL",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 50
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 27,
 
    "fields": {
 
      "name": "Men's/Straight Cut 3XL",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 60
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 28,
 
    "fields": {
 
      "name": "Men's/Straight Cut 4XL",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 70
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 29,
 
    "fields": {
 
      "name": "Women's Classic Fit 8",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 80
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 30,
 
    "fields": {
 
      "name": "Women's Classic Fit 10",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 90
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 31,
 
    "fields": {
 
      "name": "Women's Classic Fit 12",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 100
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 32,
 
    "fields": {
 
      "name": "Women's Classic Fit 14",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 110
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 33,
 
    "fields": {
 
      "name": "Women's Classic Fit 16",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 120
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 34,
 
    "fields": {
 
      "name": "Women's Classic Fit 18",
 
      "description": null,
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 130
 
    }
 
  },
 
  {
 
    "model": "registrasion.product",
 
    "pk": 35,
 
    "fields": {
 
      "name": "Men's/Straight Cut 5XL",
 
      "description": "",
 
      "category": 6,
 
      "price": "25.00",
 
      "limit_per_user": null,
 
      "reservation_duration": "01:00:00",
 
      "order": 75
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountbase",
 
    "pk": 1,
 
    "fields": {
 
      "description": "Early Bird Discount - Hobbyist"
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountbase",
 
    "pk": 2,
 
    "fields": {
 
      "description": "Early Bird Discount - Professional"
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountbase",
 
    "pk": 3,
 
    "fields": {
 
      "description": "Speaker Ticket Discount"
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountbase",
 
    "pk": 4,
 
    "fields": {
 
      "description": "Complimentary for primary proposer"
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountbase",
 
    "pk": 5,
 
    "fields": {
 
      "description": "Complimentary for ticket holder (Professional-level)"
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountbase",
 
    "pk": 6,
 
    "fields": {
 
      "description": "Complimentary for ticket holder (Hobbyist-level)"
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountbase",
 
    "pk": 7,
 
    "fields": {
 
      "description": "Complimentary for ticket holder (Student-level)"
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountbase",
 
    "pk": 8,
 
    "fields": {
 
      "description": "Complimentary for ticket holder staff)"
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountbase",
 
    "pk": 9,
 
    "fields": {
 
      "description": "Shirts complimentary for staff and volunteers"
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountforproduct",
 
    "pk": 1,
 
    "fields": {
 
      "discount": 1,
 
      "product": 3,
 
      "percentage": null,
 
      "price": "150.00",
 
      "quantity": 1
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountforproduct",
 
    "pk": 3,
 
    "fields": {
 
      "discount": 2,
 
      "product": 2,
 
      "percentage": null,
 
      "price": "200.00",
 
      "quantity": 1
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountforproduct",
 
    "pk": 5,
 
    "fields": {
 
      "discount": 3,
 
      "product": 2,
 
      "percentage": null,
 
      "price": "200.00",
 
      "quantity": 1
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountforcategory",
 
    "pk": 1,
 
    "fields": {
 
      "discount": 4,
 
      "category": 4,
 
      "percentage": "100.0",
 
      "quantity": 1
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountforcategory",
 
    "pk": 2,
 
    "fields": {
 
      "discount": 5,
 
      "category": 3,
 
      "percentage": "100.0",
 
      "quantity": 1
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountforcategory",
 
    "pk": 3,
 
    "fields": {
 
      "discount": 5,
 
      "category": 6,
 
      "percentage": "100.0",
 
      "quantity": 1
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountforcategory",
 
    "pk": 4,
 
    "fields": {
 
      "discount": 6,
 
      "category": 6,
 
      "percentage": "100.0",
 
      "quantity": 1
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountforcategory",
 
    "pk": 5,
 
    "fields": {
 
      "discount": 7,
 
      "category": 6,
 
      "percentage": "100.0",
 
      "quantity": 1
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountforcategory",
 
    "pk": 6,
 
    "fields": {
 
      "discount": 8,
 
      "category": 3,
 
      "percentage": "100.0",
 
      "quantity": 1
 
    }
 
  },
 
  {
 
    "model": "registrasion.discountforcategory",
 
    "pk": 7,
 
    "fields": {
 
      "discount": 9,
 
      "category": 6,
 
      "percentage": "100.0",
 
      "quantity": 5
 
    }
 
  },
 
  {
 
    "model": "registrasion.timeorstocklimitdiscount",
 
    "pk": 1,
 
    "fields": {
 
      "start_time": null,
 
      "end_time": "2018-10-31T13:00:00Z",
 
      "limit": 80
 
    }
 
  },
 
  {
 
    "model": "registrasion.timeorstocklimitdiscount",
 
    "pk": 2,
 
    "fields": {
 
      "start_time": null,
 
      "end_time": "2018-10-31T13:00:00Z",
 
      "limit": 160
 
    }
 
  },
 
  {
 
    "model": "registrasion.includedproductdiscount",
 
    "pk": 5,
 
    "fields": {
 
      "enabling_products": [
 
        2,
 
        8,
 
        9,
 
        10
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.includedproductdiscount",
 
    "pk": 6,
 
    "fields": {
 
      "enabling_products": [
 
        3
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.includedproductdiscount",
 
    "pk": 7,
 
    "fields": {
 
      "enabling_products": [
 
        4
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.includedproductdiscount",
 
    "pk": 8,
 
    "fields": {
 
      "enabling_products": [
 
        11
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.speakerdiscount",
 
    "pk": 3,
 
    "fields": {
 
      "is_presenter": true,
 
      "is_copresenter": true,
 
      "proposal_kind": [
 
        1,
 
        2,
 
        3
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.speakerdiscount",
 
    "pk": 4,
 
    "fields": {
 
      "is_presenter": true,
 
      "is_copresenter": false,
 
      "proposal_kind": [
 
        1,
 
        2,
 
        3
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.groupmemberdiscount",
 
    "pk": 9,
 
    "fields": {
 
      "group": [
 
        1,
 
        2
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 1,
 
    "fields": {
 
      "description": "Can see hidden products",
 
      "condition": 2,
 
      "products": [
 
        5,
 
        6,
 
        7,
 
        9,
 
        10
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 2,
 
    "fields": {
 
      "description": "Can pre-purchase tickets",
 
      "condition": 2,
 
      "products": [
 
        2,
 
        3,
 
        4
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 3,
 
    "fields": {
 
      "description": "Public ticket cap",
 
      "condition": 1,
 
      "products": [
 
        2,
 
        3,
 
        4
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 4,
 
    "fields": {
 
      "description": "Student ticket cap",
 
      "condition": 1,
 
      "products": [
 
        4
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 5,
 
    "fields": {
 
      "description": "Reserved for sponsors",
 
      "condition": 1,
 
      "products": [
 
        10
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 6,
 
    "fields": {
 
      "description": "Reserrved for volunteers and organizers",
 
      "condition": 1,
 
      "products": [
 
        11,
 
        12
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 7,
 
    "fields": {
 
      "description": "Reserved for media",
 
      "condition": 1,
 
      "products": [
 
        9
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 8,
 
    "fields": {
 
      "description": "Reserved for speakers (and miniconf organisers)",
 
      "condition": 1,
 
      "products": [
 
        8
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 9,
 
    "fields": {
 
      "description": "Penguin dinner ticket cap",
 
      "condition": 1,
 
      "products": [],
 
      "categories": [
 
        3
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 10,
 
    "fields": {
 
      "description": "Speakers dinner ticket cap",
 
      "condition": 1,
 
      "products": [],
 
      "categories": [
 
        4
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 11,
 
    "fields": {
 
      "description": "PDNS ticket cap",
 
      "condition": 1,
 
      "products": [],
 
      "categories": [
 
        5
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 12,
 
    "fields": {
 
      "description": "Volunteer tickets",
 
      "condition": 2,
 
      "products": [
 
        12
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 13,
 
    "fields": {
 
      "description": "Team tickets",
 
      "condition": 2,
 
      "products": [
 
        11
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 14,
 
    "fields": {
 
      "description": "Speaker tickets",
 
      "condition": 2,
 
      "products": [
 
        8
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 15,
 
    "fields": {
 
      "description": "Speaker dinner tickets",
 
      "condition": 2,
 
      "products": [],
 
      "categories": [
 
        4
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 16,
 
    "fields": {
 
      "description": "PDNS available by ticket",
 
      "condition": 2,
 
      "products": [],
 
      "categories": [
 
        5
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 17,
 
    "fields": {
 
      "description": "PDNS available to speakers",
 
      "condition": 2,
 
      "products": [],
 
      "categories": [
 
        5
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 18,
 
    "fields": {
 
      "description": "PDNS available to staff",
 
      "condition": 2,
 
      "products": [],
 
      "categories": [
 
        5
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 19,
 
    "fields": {
 
      "description": "GottaGettaTicketFirst",
 
      "condition": 1,
 
      "products": [],
 
      "categories": [
 
        3,
 
        5,
 
        6
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.flagbase",
 
    "pk": 20,
 
    "fields": {
 
      "description": "Must Accept Terms",
 
      "condition": 1,
 
      "products": [],
 
      "categories": [
 
        1,
 
        3,
 
        4,
 
        5,
 
        6
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.timeorstocklimitflag",
 
    "pk": 3,
 
    "fields": {
 
      "start_time": "2018-08-31T23:50:57Z",
 
      "end_time": null,
 
      "limit": 540,
 
      "products": [
 
        2,
 
        3,
 
        4
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.timeorstocklimitflag",
 
    "pk": 4,
 
    "fields": {
 
      "start_time": null,
 
      "end_time": null,
 
      "limit": 80,
 
      "products": [
 
        4
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.timeorstocklimitflag",
 
    "pk": 5,
 
    "fields": {
 
      "start_time": null,
 
      "end_time": null,
 
      "limit": 70,
 
      "products": [
 
        10
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.timeorstocklimitflag",
 
    "pk": 6,
 
    "fields": {
 
      "start_time": "2018-09-28T19:30:41Z",
 
      "end_time": null,
 
      "limit": 60,
 
      "products": [
 
        11,
 
        12
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.timeorstocklimitflag",
 
    "pk": 7,
 
    "fields": {
 
      "start_time": null,
 
      "end_time": null,
 
      "limit": 10,
 
      "products": [
 
        9
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.timeorstocklimitflag",
 
    "pk": 8,
 
    "fields": {
 
      "start_time": null,
 
      "end_time": null,
 
      "limit": 110,
 
      "products": [
 
        8
 
      ],
 
      "categories": []
 
    }
 
  },
 
  {
 
    "model": "registrasion.timeorstocklimitflag",
 
    "pk": 9,
 
    "fields": {
 
      "start_time": null,
 
      "end_time": null,
 
      "limit": 600,
 
      "products": [],
 
      "categories": [
 
        3
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.timeorstocklimitflag",
 
    "pk": 10,
 
    "fields": {
 
      "start_time": null,
 
      "end_time": null,
 
      "limit": 150,
 
      "products": [],
 
      "categories": [
 
        4
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.timeorstocklimitflag",
 
    "pk": 11,
 
    "fields": {
 
      "start_time": null,
 
      "end_time": null,
 
      "limit": 400,
 
      "products": [],
 
      "categories": [
 
        5
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.productflag",
 
    "pk": 16,
 
    "fields": {
 
      "products": [],
 
      "categories": [
 
        5
 
      ],
 
      "enabling_products": [
 
        2,
 
        9,
 
        10
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.categoryflag",
 
    "pk": 19,
 
    "fields": {
 
      "enabling_category": 1,
 
      "products": [],
 
      "categories": [
 
        3,
 
        5,
 
        6
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.categoryflag",
 
    "pk": 20,
 
    "fields": {
 
      "enabling_category": 2,
 
      "products": [],
 
      "categories": [
 
        1,
 
        3,
 
        4,
 
        5,
 
        6
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.speakerflag",
 
    "pk": 14,
 
    "fields": {
 
      "is_presenter": true,
 
      "is_copresenter": false,
 
      "products": [
 
        8
 
      ],
 
      "categories": [],
 
      "proposal_kind": [
 
        1,
 
        2,
 
        3
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.speakerflag",
 
    "pk": 15,
 
    "fields": {
 
      "is_presenter": true,
 
      "is_copresenter": true,
 
      "products": [],
 
      "categories": [
 
        4
 
      ],
 
      "proposal_kind": [
 
        1,
 
        2,
 
        3
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.speakerflag",
 
    "pk": 17,
 
    "fields": {
 
      "is_presenter": true,
 
      "is_copresenter": true,
 
      "products": [],
 
      "categories": [
 
        5
 
      ],
 
      "proposal_kind": [
 
        1,
 
        2,
 
        3
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.groupmemberflag",
 
    "pk": 1,
 
    "fields": {
 
      "products": [
 
        5,
 
        6,
 
        7,
 
        9,
 
        10
 
      ],
 
      "categories": [],
 
      "group": [
 
        3
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.groupmemberflag",
 
    "pk": 2,
 
    "fields": {
 
      "products": [
 
        2,
 
        3,
 
        4
 
      ],
 
      "categories": [],
 
      "group": [
 
        4
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.groupmemberflag",
 
    "pk": 12,
 
    "fields": {
 
      "products": [
 
        12
 
      ],
 
      "categories": [],
 
      "group": [
 
        2
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.groupmemberflag",
 
    "pk": 13,
 
    "fields": {
 
      "products": [
 
        11
 
      ],
 
      "categories": [],
 
      "group": [
 
        1
 
      ]
 
    }
 
  },
 
  {
 
    "model": "registrasion.groupmemberflag",
 
    "pk": 18,
 
    "fields": {
 
      "products": [],
 
      "categories": [
 
        5
 
      ],
 
      "group": [
 
        1
 
      ]
 
    }
 
  }
 
  ]
fixtures/2019_sitetree.json
Show inline comments
 
new file 100644
 
[
 
{
 
  "model": "sitetree.tree",
 
  "pk": 1,
 
  "fields": {
 
    "title": "main",
 
    "alias": "main"
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 1,
 
  "fields": {
 
    "title": "LINUX.CONF.AU 2019",
 
    "hint": "",
 
    "url": "/index.html",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 2,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 2,
 
  "fields": {
 
    "title": "Dashboard",
 
    "hint": "",
 
    "url": "dashboard",
 
    "urlaspattern": true,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 37,
 
    "sort_order": 22,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 3,
 
  "fields": {
 
    "title": "django admin",
 
    "hint": "",
 
    "url": "/admin",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": true,
 
    "access_perm_type": 1,
 
    "parent": 9,
 
    "sort_order": 3,
 
    "access_permissions": [
 
      52
 
    ]
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 4,
 
  "fields": {
 
    "title": "Ticket Reports",
 
    "hint": "",
 
    "url": "/tickets/reports/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": true,
 
    "access_perm_type": 1,
 
    "parent": 9,
 
    "sort_order": 4,
 
    "access_permissions": [
 
      52
 
    ]
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 9,
 
  "fields": {
 
    "title": "Admin",
 
    "hint": "",
 
    "url": "#",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": true,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 37,
 
    "access_permissions": [
 
      52,
 
      20
 
    ]
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 19,
 
  "fields": {
 
    "title": "Schedule Edit",
 
    "hint": "",
 
    "url": "/schedule/edit",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": true,
 
    "access_perm_type": 1,
 
    "parent": 9,
 
    "sort_order": 19,
 
    "access_permissions": [
 
      106,
 
      107,
 
      108
 
    ]
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 20,
 
  "fields": {
 
    "title": "Home",
 
    "hint": "",
 
    "url": "/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 3,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "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,
 
  "fields": {
 
    "title": "Attend",
 
    "hint": "",
 
    "url": "#",
 
    "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": 21,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 24,
 
  "fields": {
 
    "title": "Tickets and Prices",
 
    "hint": "",
 
    "url": "/attend",
 
    "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": 23,
 
    "sort_order": 25,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 25,
 
  "fields": {
 
    "title": "Accommodation",
 
    "hint": "",
 
    "url": "/attend/accommodation",
 
    "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": 23,
 
    "sort_order": 26,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 26,
 
  "fields": {
 
    "title": "Business Case",
 
    "hint": "",
 
    "url": "/attend/business-case",
 
    "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": 23,
 
    "sort_order": 27,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 27,
 
  "fields": {
 
    "title": "Shirts",
 
    "hint": "",
 
    "url": "/attend/shirts",
 
    "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": 23,
 
    "sort_order": 28,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 28,
 
  "fields": {
 
    "title": "Code of Conduct",
 
    "hint": "",
 
    "url": "/attend/code-of-conduct/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 37,
 
    "sort_order": 36,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 29,
 
  "fields": {
 
    "title": "Terms and Conditions",
 
    "hint": "",
 
    "url": "/attend/terms-and-conditions/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 37,
 
    "sort_order": 30,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 30,
 
  "fields": {
 
    "title": "Volunteer",
 
    "hint": "",
 
    "url": "/attend/volunteer",
 
    "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": 23,
 
    "sort_order": 29,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 31,
 
  "fields": {
 
    "title": "Programme",
 
    "hint": "",
 
    "url": "#",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 23,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 32,
 
  "fields": {
 
    "title": "Overview",
 
    "hint": "",
 
    "url": "/programme",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 31,
 
    "sort_order": 32,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 33,
 
  "fields": {
 
    "title": "Miniconfs",
 
    "hint": "",
 
    "url": "/programme/miniconfs/",
 
    "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": 31,
 
    "sort_order": 33,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 34,
 
  "fields": {
 
    "title": "Call for Papers",
 
    "hint": "",
 
    "url": "/call-for-papers/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 31,
 
    "sort_order": 34,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 35,
 
  "fields": {
 
    "title": "Sponsors",
 
    "hint": "",
 
    "url": "/sponsors/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 35,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 36,
 
  "fields": {
 
    "title": "Call for Papers",
 
    "hint": "",
 
    "url": "/call-for-papers/",
 
    "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": 24,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 37,
 
  "fields": {
 
    "title": "Attend",
 
    "hint": "",
 
    "url": "#",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 31,
 
    "access_permissions": []
 
  }
 
}
 
]
0 comments (0 inline, 0 general)