wagtail-bakerydemo/bakerydemo/base/fixtures/bakerydemo.json

3483 wiersze
96 KiB
JSON

[
{
"model": "base.people",
"pk": 1,
"fields": {
"first_name": "Robert",
"last_name": "Johnson",
"job_title": "Editorial Manager",
"image": 8
}
},
{
"model": "base.people",
"pk": 2,
"fields": {
"first_name": "Howling",
"last_name": "Wolf",
"job_title": "Director",
"image": 52
}
},
{
"model": "base.people",
"pk": 3,
"fields": {
"first_name": "Lightning",
"last_name": "Hopkins",
"job_title": "Designer",
"image": 53
}
},
{
"model": "base.people",
"pk": 4,
"fields": {
"first_name": "Muddy",
"last_name": "Waters",
"job_title": "Assistant Editor",
"image": 51
}
},
{
"model": "base.footertext",
"pk": 1,
"fields": {
"body": "<p>Copyright <b>The Wagtail Bakery</b>, 2017. All rights reserved.<br/><i>\"If you read a lot you're well read / If you eat a lot you're well bread.\"</i></p>"
}
},
{
"model": "base.formfield",
"pk": 1,
"fields": {
"sort_order": 0,
"label": "Subject",
"field_type": "singleline",
"required": true,
"choices": "",
"default_value": "",
"help_text": "",
"page": 69
}
},
{
"model": "base.formfield",
"pk": 2,
"fields": {
"sort_order": 1,
"label": "Your Name",
"field_type": "singleline",
"required": true,
"choices": "",
"default_value": "",
"help_text": "",
"page": 69
}
},
{
"model": "base.formfield",
"pk": 3,
"fields": {
"sort_order": 2,
"label": "Your Email",
"field_type": "email",
"required": true,
"choices": "",
"default_value": "you@example.com",
"help_text": "",
"page": 69
}
},
{
"model": "base.formfield",
"pk": 4,
"fields": {
"sort_order": 3,
"label": "Purpose",
"field_type": "dropdown",
"required": true,
"choices": "Comment, Question, Feedback",
"default_value": "",
"help_text": "",
"page": 69
}
},
{
"model": "base.formfield",
"pk": 5,
"fields": {
"sort_order": 4,
"label": "Body",
"field_type": "multiline",
"required": true,
"choices": "",
"default_value": "",
"help_text": "What's on your mind?",
"page": 69
}
},
{
"model": "blog.blogpeoplerelationship",
"pk": 2,
"fields": {
"sort_order": 0,
"page": 62,
"people": 1
}
},
{
"model": "blog.blogpeoplerelationship",
"pk": 3,
"fields": {
"sort_order": 0,
"page": 68,
"people": 2
}
},
{
"model": "blog.blogpeoplerelationship",
"pk": 4,
"fields": {
"sort_order": 0,
"page": 72,
"people": 3
}
},
{
"model": "blog.blogpeoplerelationship",
"pk": 5,
"fields": {
"sort_order": 0,
"page": 73,
"people": 3
}
},
{
"model": "blog.blogpeoplerelationship",
"pk": 6,
"fields": {
"sort_order": 0,
"page": 74,
"people": 1
}
},
{
"model": "blog.blogpeoplerelationship",
"pk": 7,
"fields": {
"sort_order": 1,
"page": 74,
"people": 3
}
},
{
"model": "blog.blogpeoplerelationship",
"pk": 8,
"fields": {
"sort_order": 1,
"page": 73,
"people": 1
}
},
{
"model": "blog.blogpeoplerelationship",
"pk": 9,
"fields": {
"sort_order": 0,
"page": 77,
"people": 2
}
},
{
"model": "blog.blogpagetag",
"pk": 52,
"fields": {
"tag": 3,
"content_object": 62
}
},
{
"model": "blog.blogpagetag",
"pk": 53,
"fields": {
"tag": 4,
"content_object": 62
}
},
{
"model": "blog.blogpagetag",
"pk": 76,
"fields": {
"tag": 10,
"content_object": 74
}
},
{
"model": "blog.blogpagetag",
"pk": 77,
"fields": {
"tag": 7,
"content_object": 74
}
},
{
"model": "blog.blogpagetag",
"pk": 86,
"fields": {
"tag": 11,
"content_object": 77
}
},
{
"model": "blog.blogpagetag",
"pk": 87,
"fields": {
"tag": 3,
"content_object": 68
}
},
{
"model": "blog.blogpagetag",
"pk": 88,
"fields": {
"tag": 13,
"content_object": 68
}
},
{
"model": "blog.blogpagetag",
"pk": 89,
"fields": {
"tag": 8,
"content_object": 72
}
},
{
"model": "blog.blogpagetag",
"pk": 90,
"fields": {
"tag": 4,
"content_object": 72
}
},
{
"model": "blog.blogpagetag",
"pk": 94,
"fields": {
"tag": 8,
"content_object": 73
}
},
{
"model": "blog.blogpagetag",
"pk": 95,
"fields": {
"tag": 9,
"content_object": 73
}
},
{
"model": "blog.blogpagetag",
"pk": 96,
"fields": {
"tag": 3,
"content_object": 73
}
},
{
"model": "breads.country",
"pk": 1,
"fields": {
"title": "Egypt"
}
},
{
"model": "breads.country",
"pk": 2,
"fields": {
"title": "Slovenia"
}
},
{
"model": "breads.country",
"pk": 3,
"fields": {
"title": "United States (New England)"
}
},
{
"model": "breads.country",
"pk": 4,
"fields": {
"title": "Japan"
}
},
{
"model": "breads.country",
"pk": 5,
"fields": {
"title": "India (Kerala)\nSri Lanka"
}
},
{
"model": "breads.country",
"pk": 6,
"fields": {
"title": "South America (Northern)"
}
},
{
"model": "breads.country",
"pk": 7,
"fields": {
"title": "China (Northwestern Yunnan, Naxi people)"
}
},
{
"model": "breads.country",
"pk": 8,
"fields": {
"title": "Polish/Ashkenazi Jewish"
}
},
{
"model": "breads.country",
"pk": 9,
"fields": {
"title": "France"
}
},
{
"model": "breads.country",
"pk": 10,
"fields": {
"title": "Tibet (Central)"
}
},
{
"model": "breads.country",
"pk": 11,
"fields": {
"title": "Jamaica"
}
},
{
"model": "breads.country",
"pk": 12,
"fields": {
"title": "Scandinavia"
}
},
{
"model": "breads.country",
"pk": 13,
"fields": {
"title": "United Kingdom (Scotland)"
}
},
{
"model": "breads.country",
"pk": 14,
"fields": {
"title": "United Kingdom (Wales)"
}
},
{
"model": "breads.country",
"pk": 15,
"fields": {
"title": "Iran\nAfghanistan (northwestern)"
}
},
{
"model": "breads.country",
"pk": 16,
"fields": {
"title": "Ireland"
}
},
{
"model": "breads.country",
"pk": 17,
"fields": {
"title": "Italy"
}
},
{
"model": "breads.country",
"pk": 18,
"fields": {
"title": "Libya"
}
},
{
"model": "breads.country",
"pk": 19,
"fields": {
"title": "Turkey"
}
},
{
"model": "breads.country",
"pk": 20,
"fields": {
"title": "North America"
}
},
{
"model": "breads.country",
"pk": 21,
"fields": {
"title": "India\nPakistan"
}
},
{
"model": "breads.country",
"pk": 22,
"fields": {
"title": "Poland"
}
},
{
"model": "breads.country",
"pk": 23,
"fields": {
"title": "China"
}
},
{
"model": "breads.country",
"pk": 24,
"fields": {
"title": "Afghanistan"
}
},
{
"model": "breads.country",
"pk": 25,
"fields": {
"title": "Portugal (Madeira)"
}
},
{
"model": "breads.breadingredient",
"pk": 1,
"fields": {
"name": "Yeast"
}
},
{
"model": "breads.breadingredient",
"pk": 2,
"fields": {
"name": "Flour"
}
},
{
"model": "breads.breadingredient",
"pk": 3,
"fields": {
"name": "Water"
}
},
{
"model": "breads.breadingredient",
"pk": 4,
"fields": {
"name": "Cinnamon"
}
},
{
"model": "breads.breadingredient",
"pk": 5,
"fields": {
"name": "Salt"
}
},
{
"model": "breads.breadtype",
"pk": 1,
"fields": {
"title": "asdf"
}
},
{
"model": "breads.breadtype",
"pk": 2,
"fields": {
"title": "Flatbread"
}
},
{
"model": "breads.breadtype",
"pk": 3,
"fields": {
"title": "Buckwheat bread"
}
},
{
"model": "breads.breadtype",
"pk": 4,
"fields": {
"title": "Yeast bread"
}
},
{
"model": "breads.breadtype",
"pk": 5,
"fields": {
"title": "Sweet bun"
}
},
{
"model": "breads.breadtype",
"pk": 6,
"fields": {
"title": "Varies widely"
}
},
{
"model": "breads.breadtype",
"pk": 7,
"fields": {
"title": "Cornbread"
}
},
{
"model": "breads.breadtype",
"pk": 8,
"fields": {
"title": "Various thick, round breads"
}
},
{
"model": "breads.breadtype",
"pk": 9,
"fields": {
"title": "Sweet bread"
}
},
{
"model": "breads.breadtype",
"pk": 10,
"fields": {
"title": "Fruit bread"
}
},
{
"model": "breads.breadtype",
"pk": 11,
"fields": {
"title": "Unleavened bread"
}
},
{
"model": "breads.breadtype",
"pk": 12,
"fields": {
"title": "Quick or yeast bread"
}
},
{
"model": "breads.breadtype",
"pk": 13,
"fields": {
"title": "Waffle"
}
},
{
"model": "breads.breadtype",
"pk": 14,
"fields": {
"title": "Unleavened Flatbread"
}
},
{
"model": "breads.breadtype",
"pk": 15,
"fields": {
"title": "Yeast bread or unleavened"
}
},
{
"model": "breads.breadtype",
"pk": 16,
"fields": {
"title": "Rye bread"
}
},
{
"model": "breads.breadtype",
"pk": 17,
"fields": {
"title": "Bun"
}
},
{
"model": "breads.breadtype",
"pk": 18,
"fields": {
"title": "Pancake"
}
},
{
"model": "locations.locationoperatinghours",
"pk": 1,
"fields": {
"sort_order": 0,
"day": "MON",
"opening_time": "08:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 64
}
},
{
"model": "locations.locationoperatinghours",
"pk": 2,
"fields": {
"sort_order": 1,
"day": "TUES",
"opening_time": "08:00:00",
"closing_time": "20:00:00",
"closed": false,
"location": 64
}
},
{
"model": "locations.locationoperatinghours",
"pk": 3,
"fields": {
"sort_order": 2,
"day": "WED",
"opening_time": "08:00:00",
"closing_time": "20:00:00",
"closed": false,
"location": 64
}
},
{
"model": "locations.locationoperatinghours",
"pk": 4,
"fields": {
"sort_order": 3,
"day": "THUR",
"opening_time": "08:00:00",
"closing_time": "17:00:00",
"closed": false,
"location": 64
}
},
{
"model": "locations.locationoperatinghours",
"pk": 5,
"fields": {
"sort_order": 0,
"day": "MON",
"opening_time": "09:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 65
}
},
{
"model": "locations.locationoperatinghours",
"pk": 6,
"fields": {
"sort_order": 1,
"day": "TUES",
"opening_time": "09:00:00",
"closing_time": "20:00:00",
"closed": false,
"location": 65
}
},
{
"model": "locations.locationoperatinghours",
"pk": 7,
"fields": {
"sort_order": 2,
"day": "WED",
"opening_time": "06:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 65
}
},
{
"model": "locations.locationoperatinghours",
"pk": 8,
"fields": {
"sort_order": 3,
"day": "THUR",
"opening_time": "09:00:00",
"closing_time": "22:00:00",
"closed": false,
"location": 65
}
},
{
"model": "locations.locationoperatinghours",
"pk": 9,
"fields": {
"sort_order": 0,
"day": "MON",
"opening_time": "06:00:00",
"closing_time": "20:00:00",
"closed": false,
"location": 66
}
},
{
"model": "locations.locationoperatinghours",
"pk": 10,
"fields": {
"sort_order": 1,
"day": "TUES",
"opening_time": "05:00:00",
"closing_time": "21:00:00",
"closed": false,
"location": 66
}
},
{
"model": "locations.locationoperatinghours",
"pk": 11,
"fields": {
"sort_order": 2,
"day": "WED",
"opening_time": "08:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 66
}
},
{
"model": "locations.locationoperatinghours",
"pk": 12,
"fields": {
"sort_order": 3,
"day": "THUR",
"opening_time": "07:00:00",
"closing_time": "19:00:00",
"closed": false,
"location": 66
}
},
{
"model": "locations.locationoperatinghours",
"pk": 13,
"fields": {
"sort_order": 0,
"day": "MON",
"opening_time": "08:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 67
}
},
{
"model": "locations.locationoperatinghours",
"pk": 14,
"fields": {
"sort_order": 1,
"day": "TUES",
"opening_time": null,
"closing_time": null,
"closed": true,
"location": 67
}
},
{
"model": "locations.locationoperatinghours",
"pk": 15,
"fields": {
"sort_order": 2,
"day": "WED",
"opening_time": "09:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 67
}
},
{
"model": "locations.locationoperatinghours",
"pk": 16,
"fields": {
"sort_order": 3,
"day": "THUR",
"opening_time": "09:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 67
}
},
{
"model": "locations.locationoperatinghours",
"pk": 17,
"fields": {
"sort_order": 4,
"day": "FRI",
"opening_time": "09:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 67
}
},
{
"model": "locations.locationoperatinghours",
"pk": 18,
"fields": {
"sort_order": 5,
"day": "SAT",
"opening_time": "07:00:00",
"closing_time": "13:00:00",
"closed": false,
"location": 67
}
},
{
"model": "locations.locationoperatinghours",
"pk": 19,
"fields": {
"sort_order": 6,
"day": "SUN",
"opening_time": null,
"closing_time": null,
"closed": true,
"location": 67
}
},
{
"model": "locations.locationoperatinghours",
"pk": 20,
"fields": {
"sort_order": 4,
"day": "FRI",
"opening_time": "09:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 65
}
},
{
"model": "locations.locationoperatinghours",
"pk": 21,
"fields": {
"sort_order": 5,
"day": "SAT",
"opening_time": "09:00:00",
"closing_time": "13:00:00",
"closed": false,
"location": 65
}
},
{
"model": "locations.locationoperatinghours",
"pk": 22,
"fields": {
"sort_order": 6,
"day": "SUN",
"opening_time": null,
"closing_time": null,
"closed": true,
"location": 65
}
},
{
"model": "locations.locationoperatinghours",
"pk": 23,
"fields": {
"sort_order": 4,
"day": "FRI",
"opening_time": "08:00:00",
"closing_time": "17:00:00",
"closed": false,
"location": 64
}
},
{
"model": "locations.locationoperatinghours",
"pk": 24,
"fields": {
"sort_order": 5,
"day": "SAT",
"opening_time": null,
"closing_time": null,
"closed": true,
"location": 64
}
},
{
"model": "locations.locationoperatinghours",
"pk": 25,
"fields": {
"sort_order": 6,
"day": "SUN",
"opening_time": null,
"closing_time": null,
"closed": true,
"location": 64
}
},
{
"model": "locations.locationoperatinghours",
"pk": 26,
"fields": {
"sort_order": 4,
"day": "FRI",
"opening_time": null,
"closing_time": null,
"closed": true,
"location": 66
}
},
{
"model": "locations.locationoperatinghours",
"pk": 27,
"fields": {
"sort_order": 5,
"day": "SAT",
"opening_time": "07:00:00",
"closing_time": "19:00:00",
"closed": false,
"location": 66
}
},
{
"model": "locations.locationoperatinghours",
"pk": 28,
"fields": {
"sort_order": 6,
"day": "SUN",
"opening_time": "09:00:00",
"closing_time": "12:00:00",
"closed": false,
"location": 66
}
},
{
"model": "locations.locationoperatinghours",
"pk": 29,
"fields": {
"sort_order": 0,
"day": "MON",
"opening_time": "09:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 78
}
},
{
"model": "locations.locationoperatinghours",
"pk": 30,
"fields": {
"sort_order": 1,
"day": "TUES",
"opening_time": "09:00:00",
"closing_time": "20:00:00",
"closed": false,
"location": 78
}
},
{
"model": "locations.locationoperatinghours",
"pk": 31,
"fields": {
"sort_order": 2,
"day": "WED",
"opening_time": "06:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 78
}
},
{
"model": "locations.locationoperatinghours",
"pk": 32,
"fields": {
"sort_order": 3,
"day": "THUR",
"opening_time": "09:00:00",
"closing_time": "22:00:00",
"closed": false,
"location": 78
}
},
{
"model": "locations.locationoperatinghours",
"pk": 33,
"fields": {
"sort_order": 4,
"day": "FRI",
"opening_time": "09:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 78
}
},
{
"model": "locations.locationoperatinghours",
"pk": 34,
"fields": {
"sort_order": 5,
"day": "SAT",
"opening_time": "09:00:00",
"closing_time": "13:00:00",
"closed": false,
"location": 78
}
},
{
"model": "locations.locationoperatinghours",
"pk": 35,
"fields": {
"sort_order": 6,
"day": "SUN",
"opening_time": null,
"closing_time": null,
"closed": true,
"location": 78
}
},
{
"model": "locations.locationoperatinghours",
"pk": 36,
"fields": {
"sort_order": 0,
"day": "MON",
"opening_time": "09:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 79
}
},
{
"model": "locations.locationoperatinghours",
"pk": 37,
"fields": {
"sort_order": 1,
"day": "TUES",
"opening_time": "09:00:00",
"closing_time": "20:00:00",
"closed": false,
"location": 79
}
},
{
"model": "locations.locationoperatinghours",
"pk": 38,
"fields": {
"sort_order": 2,
"day": "WED",
"opening_time": "06:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 79
}
},
{
"model": "locations.locationoperatinghours",
"pk": 39,
"fields": {
"sort_order": 3,
"day": "THUR",
"opening_time": "09:00:00",
"closing_time": "22:00:00",
"closed": false,
"location": 79
}
},
{
"model": "locations.locationoperatinghours",
"pk": 40,
"fields": {
"sort_order": 4,
"day": "FRI",
"opening_time": "09:00:00",
"closing_time": "18:00:00",
"closed": false,
"location": 79
}
},
{
"model": "locations.locationoperatinghours",
"pk": 41,
"fields": {
"sort_order": 5,
"day": "SAT",
"opening_time": "09:00:00",
"closing_time": "13:00:00",
"closed": false,
"location": 79
}
},
{
"model": "locations.locationoperatinghours",
"pk": 42,
"fields": {
"sort_order": 6,
"day": "SUN",
"opening_time": null,
"closing_time": null,
"closed": true,
"location": 79
}
},
{
"model": "wagtailforms.formsubmission",
"pk": 1,
"fields": {
"form_data": "{\"purpose\": \"Feedback\", \"subject\": \"What's up?\", \"body\": \"Love what you guys are doing with the site so far.\", \"your-name\": \"Scot Hacker\", \"your-email\": \"shacker@birdhouse.org\"}",
"page": 69,
"submit_time": "2017-02-15T16:56:48.939Z"
}
},
{
"model": "wagtailsearch.query",
"pk": 1,
"fields": {
"query_string": "chocolate"
}
},
{
"model": "wagtailsearch.query",
"pk": 2,
"fields": {
"query_string": "london"
}
},
{
"model": "wagtailsearch.query",
"pk": 3,
"fields": {
"query_string": "circus"
}
},
{
"model": "wagtailsearch.querydailyhits",
"pk": 1,
"fields": {
"query": 1,
"date": "2017-02-11",
"hits": 2
}
},
{
"model": "wagtailsearch.querydailyhits",
"pk": 2,
"fields": {
"query": 2,
"date": "2017-02-15",
"hits": 1
}
},
{
"model": "wagtailsearch.querydailyhits",
"pk": 3,
"fields": {
"query": 3,
"date": "2017-02-24",
"hits": 1
}
},
{
"model": "wagtailcore.site",
"pk": 2,
"fields": {
"hostname": "127.0.0.1",
"port": 8000,
"site_name": "Main",
"root_page": 60,
"is_default_site": true
}
},
{
"model": "wagtailcore.collection",
"pk": 1,
"fields": {
"path": "0001",
"depth": 1,
"numchild": 3,
"name": "Root"
}
},
{
"model": "wagtailcore.collection",
"pk": 2,
"fields": {
"path": "00010001",
"depth": 2,
"numchild": 0,
"name": "Bakeries"
}
},
{
"model": "wagtailcore.collection",
"pk": 3,
"fields": {
"path": "00010002",
"depth": 2,
"numchild": 0,
"name": "Other"
}
},
{
"model": "wagtailcore.collection",
"pk": 4,
"fields": {
"path": "00010003",
"depth": 2,
"numchild": 0,
"name": "BreadPage Images"
}
},
{
"model": "taggit.tag",
"pk": 1,
"fields": {
"name": "pineapple",
"slug": "pineapple"
}
},
{
"model": "taggit.tag",
"pk": 2,
"fields": {
"name": "bike",
"slug": "bike"
}
},
{
"model": "taggit.tag",
"pk": 3,
"fields": {
"name": "yeast",
"slug": "yeast"
}
},
{
"model": "taggit.tag",
"pk": 4,
"fields": {
"name": "fermentation",
"slug": "fermentation"
}
},
{
"model": "taggit.tag",
"pk": 5,
"fields": {
"name": "economics",
"slug": "economics"
}
},
{
"model": "taggit.tag",
"pk": 6,
"fields": {
"name": "europe",
"slug": "europe"
}
},
{
"model": "taggit.tag",
"pk": 7,
"fields": {
"name": "baking",
"slug": "baking"
}
},
{
"model": "taggit.tag",
"pk": 8,
"fields": {
"name": "grain",
"slug": "grain"
}
},
{
"model": "taggit.tag",
"pk": 9,
"fields": {
"name": "soda",
"slug": "soda"
}
},
{
"model": "taggit.tag",
"pk": 10,
"fields": {
"name": "sandwich",
"slug": "sandwich"
}
},
{
"model": "taggit.tag",
"pk": 11,
"fields": {
"name": "dessert",
"slug": "dessert"
}
},
{
"model": "taggit.tag",
"pk": 12,
"fields": {
"name": "pie",
"slug": "pie"
}
},
{
"model": "taggit.tag",
"pk": 13,
"fields": {
"name": "fire",
"slug": "fire"
}
},
{
"model": "auth.group",
"pk": 1,
"fields": {
"name": "Moderators",
"permissions": [
[
"access_admin",
"wagtailadmin",
"admin"
],
[
"add_document",
"wagtaildocs",
"document"
],
[
"change_document",
"wagtaildocs",
"document"
],
[
"delete_document",
"wagtaildocs",
"document"
],
[
"add_image",
"wagtailimages",
"image"
],
[
"change_image",
"wagtailimages",
"image"
],
[
"delete_image",
"wagtailimages",
"image"
]
]
}
},
{
"model": "auth.group",
"pk": 2,
"fields": {
"name": "Editors",
"permissions": [
[
"access_admin",
"wagtailadmin",
"admin"
],
[
"add_document",
"wagtaildocs",
"document"
],
[
"change_document",
"wagtaildocs",
"document"
],
[
"delete_document",
"wagtaildocs",
"document"
],
[
"add_image",
"wagtailimages",
"image"
],
[
"change_image",
"wagtailimages",
"image"
],
[
"delete_image",
"wagtailimages",
"image"
]
]
}
},
{
"model": "auth.user",
"pk": 3,
"fields": {
"password": "pbkdf2_sha256$30000$eIoVnauBvLhA$aPWJSlHK+F/rW7SKunxJ/RnXNQHx0uh6K/kVRyPn0XY=",
"last_login": "2017-04-01T17:20:02.153Z",
"is_superuser": true,
"username": "admin",
"first_name": "Admin",
"last_name": "User",
"email": "admin@example.com",
"is_staff": true,
"is_active": true,
"date_joined": "2017-02-17T07:37:53.700Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "wagtailcore.grouppagepermission",
"pk": 1,
"fields": {
"group": [
"Moderators"
],
"page": 1,
"permission_type": "add"
}
},
{
"model": "wagtailcore.grouppagepermission",
"pk": 2,
"fields": {
"group": [
"Moderators"
],
"page": 1,
"permission_type": "edit"
}
},
{
"model": "wagtailcore.grouppagepermission",
"pk": 3,
"fields": {
"group": [
"Moderators"
],
"page": 1,
"permission_type": "publish"
}
},
{
"model": "wagtailcore.grouppagepermission",
"pk": 4,
"fields": {
"group": [
"Editors"
],
"page": 1,
"permission_type": "add"
}
},
{
"model": "wagtailcore.grouppagepermission",
"pk": 5,
"fields": {
"group": [
"Editors"
],
"page": 1,
"permission_type": "edit"
}
},
{
"model": "wagtailcore.grouppagepermission",
"pk": 6,
"fields": {
"group": [
"Moderators"
],
"page": 1,
"permission_type": "lock"
}
},
{
"model": "wagtailcore.page",
"pk": 1,
"fields": {
"path": "0001",
"depth": 1,
"numchild": 0,
"title": "Root",
"slug": "root",
"content_type": [
"wagtailcore",
"page"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": null,
"latest_revision_created_at": null
}
},
{
"model": "wagtailcore.page",
"pk": 3,
"fields": {
"path": "000100020001",
"depth": 3,
"numchild": 11,
"title": "Breads",
"slug": "breads",
"content_type": [
"breads",
"breadsindexpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/",
"owner": null,
"seo_title": "",
"show_in_menus": true,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T11:34:11.560Z",
"latest_revision_created_at": "2017-03-22T06:54:24.677Z"
}
},
{
"model": "wagtailcore.page",
"pk": 34,
"fields": {
"path": "0001000200010003",
"depth": 4,
"numchild": 0,
"title": "Anadama",
"slug": "anadama-bread",
"content_type": [
"breads",
"breadpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/anadama-bread/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T13:00:21.882Z",
"latest_revision_created_at": "2017-02-25T08:27:47.625Z"
}
},
{
"model": "wagtailcore.page",
"pk": 35,
"fields": {
"path": "0001000200010004",
"depth": 4,
"numchild": 0,
"title": "Anpan",
"slug": "anpan",
"content_type": [
"breads",
"breadpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/anpan/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T13:00:21.931Z",
"latest_revision_created_at": "2017-02-23T08:31:07.640Z"
}
},
{
"model": "wagtailcore.page",
"pk": 36,
"fields": {
"path": "0001000200010005",
"depth": 4,
"numchild": 0,
"title": "Appam",
"slug": "appam-hoppers",
"content_type": [
"breads",
"breadpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/appam-hoppers/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T13:00:21.980Z",
"latest_revision_created_at": "2017-02-23T08:14:23.196Z"
}
},
{
"model": "wagtailcore.page",
"pk": 37,
"fields": {
"path": "0001000200010006",
"depth": 4,
"numchild": 0,
"title": "Arepa",
"slug": "arepa",
"content_type": [
"breads",
"breadpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/arepa/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T13:00:22.029Z",
"latest_revision_created_at": "2017-02-23T08:10:31.068Z"
}
},
{
"model": "wagtailcore.page",
"pk": 39,
"fields": {
"path": "0001000200010008",
"depth": 4,
"numchild": 0,
"title": "Bagel",
"slug": "bagel",
"content_type": [
"breads",
"breadpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/bagel/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T13:00:22.127Z",
"latest_revision_created_at": "2017-02-23T08:01:54.867Z"
}
},
{
"model": "wagtailcore.page",
"pk": 40,
"fields": {
"path": "0001000200010009",
"depth": 4,
"numchild": 0,
"title": "Baguette",
"slug": "baguette-french-stick-french-bread",
"content_type": [
"breads",
"breadpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/baguette-french-stick-french-bread/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T13:00:22.180Z",
"latest_revision_created_at": "2017-02-23T08:04:51.407Z"
}
},
{
"model": "wagtailcore.page",
"pk": 42,
"fields": {
"path": "000100020001000B",
"depth": 4,
"numchild": 0,
"title": "Bammy",
"slug": "bammy",
"content_type": [
"breads",
"breadpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/bammy/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T13:00:22.274Z",
"latest_revision_created_at": "2017-02-23T08:01:15.242Z"
}
},
{
"model": "wagtailcore.page",
"pk": 49,
"fields": {
"path": "000100020001000I",
"depth": 4,
"numchild": 0,
"title": "Bazin",
"slug": "bazin",
"content_type": [
"breads",
"breadpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/bazin/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T13:00:22.655Z",
"latest_revision_created_at": "2017-02-23T08:28:25.337Z"
}
},
{
"model": "wagtailcore.page",
"pk": 53,
"fields": {
"path": "000100020001000M",
"depth": 4,
"numchild": 0,
"title": "Bhakri",
"slug": "bhakri",
"content_type": [
"breads",
"breadpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/bhakri/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T13:00:22.866Z",
"latest_revision_created_at": "2017-02-23T08:26:10.026Z"
}
},
{
"model": "wagtailcore.page",
"pk": 57,
"fields": {
"path": "000100020001000Q",
"depth": 4,
"numchild": 0,
"title": "Black bread",
"slug": "black-bread",
"content_type": [
"breads",
"breadpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/black-bread/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T13:00:23.065Z",
"latest_revision_created_at": "2017-02-23T08:20:09.645Z"
}
},
{
"model": "wagtailcore.page",
"pk": 59,
"fields": {
"path": "000100020001000S",
"depth": 4,
"numchild": 0,
"title": "Bolani",
"slug": "bolani",
"content_type": [
"breads",
"breadpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/breads/bolani/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T13:00:23.169Z",
"latest_revision_created_at": "2017-02-23T08:08:39.568Z"
}
},
{
"model": "wagtailcore.page",
"pk": 60,
"fields": {
"path": "00010002",
"depth": 2,
"numchild": 6,
"title": "Welcome to the Wagtail Bakery!",
"slug": "home",
"content_type": [
"base",
"homepage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/",
"owner": null,
"seo_title": "Home",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T16:24:31.388Z",
"latest_revision_created_at": "2017-03-29T18:24:51.618Z"
}
},
{
"model": "wagtailcore.page",
"pk": 61,
"fields": {
"path": "000100020004",
"depth": 3,
"numchild": 6,
"title": "Blog",
"slug": "blog",
"content_type": [
"blog",
"blogindexpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/blog/",
"owner": null,
"seo_title": "Wagtail Bakeries Blog",
"show_in_menus": true,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T16:25:47.179Z",
"latest_revision_created_at": "2017-02-22T07:38:00.410Z"
}
},
{
"model": "wagtailcore.page",
"pk": 62,
"fields": {
"path": "0001000200040001",
"depth": 4,
"numchild": 0,
"title": "Tracking Wild Yeast",
"slug": "wild-yeast",
"content_type": [
"blog",
"blogpage"
],
"live": true,
"has_unpublished_changes": true,
"url_path": "/home/blog/wild-yeast/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T16:26:58.040Z",
"latest_revision_created_at": "2017-04-01T07:35:45.288Z"
}
},
{
"model": "wagtailcore.page",
"pk": 63,
"fields": {
"path": "000100020003",
"depth": 3,
"numchild": 6,
"title": "Locations",
"slug": "locations",
"content_type": [
"locations",
"locationsindexpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/locations/",
"owner": null,
"seo_title": "",
"show_in_menus": true,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T16:39:04.527Z",
"latest_revision_created_at": "2017-03-06T02:26:16.335Z"
}
},
{
"model": "wagtailcore.page",
"pk": 64,
"fields": {
"path": "0001000200030001",
"depth": 4,
"numchild": 0,
"title": "Hof",
"slug": "new-york",
"content_type": [
"locations",
"locationpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/locations/new-york/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-10T16:39:55.909Z",
"latest_revision_created_at": "2017-03-29T17:50:19.047Z"
}
},
{
"model": "wagtailcore.page",
"pk": 65,
"fields": {
"path": "0001000200030002",
"depth": 4,
"numchild": 0,
"title": "Reykjavik",
"slug": "reykjavik",
"content_type": [
"locations",
"locationpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/locations/reykjavik/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-11T23:10:22.386Z",
"latest_revision_created_at": "2017-03-29T17:33:10.041Z"
}
},
{
"model": "wagtailcore.page",
"pk": 66,
"fields": {
"path": "0001000200030003",
"depth": 4,
"numchild": 0,
"title": "Vik",
"slug": "london",
"content_type": [
"locations",
"locationpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/locations/london/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-11T23:13:20.488Z",
"latest_revision_created_at": "2017-03-29T18:03:09.098Z"
}
},
{
"model": "wagtailcore.page",
"pk": 67,
"fields": {
"path": "0001000200030004",
"depth": 4,
"numchild": 0,
"title": "Selfoss",
"slug": "wellington",
"content_type": [
"locations",
"locationpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/locations/wellington/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-11T23:15:58.149Z",
"latest_revision_created_at": "2017-03-29T17:29:33.457Z"
}
},
{
"model": "wagtailcore.page",
"pk": 68,
"fields": {
"path": "0001000200040002",
"depth": 4,
"numchild": 0,
"title": "Bread and Circuses",
"slug": "bread-circuses",
"content_type": [
"blog",
"blogpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/blog/bread-circuses/",
"owner": null,
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-15T07:42:52.978Z",
"latest_revision_created_at": "2017-03-29T06:19:57.009Z"
}
},
{
"model": "wagtailcore.page",
"pk": 69,
"fields": {
"path": "000100020006",
"depth": 3,
"numchild": 0,
"title": "Contact Us",
"slug": "contact-us",
"content_type": [
"base",
"formpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/contact-us/",
"owner": null,
"seo_title": "",
"show_in_menus": true,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-15T16:55:56.085Z",
"latest_revision_created_at": "2017-02-15T17:08:05.684Z"
}
},
{
"model": "wagtailcore.page",
"pk": 70,
"fields": {
"path": "000100020005",
"depth": 3,
"numchild": 0,
"title": "Gallery",
"slug": "gallery",
"content_type": [
"base",
"gallerypage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/gallery/",
"owner": [
"admin"
],
"seo_title": "",
"show_in_menus": true,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-17T07:51:47.230Z",
"latest_revision_created_at": "2017-02-22T07:57:12.151Z"
}
},
{
"model": "wagtailcore.page",
"pk": 72,
"fields": {
"path": "0001000200040003",
"depth": 4,
"numchild": 0,
"title": "The Great Icelandic Baking Show",
"slug": "icelandic-baking",
"content_type": [
"blog",
"blogpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/blog/icelandic-baking/",
"owner": [
"admin"
],
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-21T08:07:11.832Z",
"latest_revision_created_at": "2017-03-29T06:52:34.448Z"
}
},
{
"model": "wagtailcore.page",
"pk": 73,
"fields": {
"path": "0001000200040004",
"depth": 4,
"numchild": 0,
"title": "The Joy of (Baking) Soda",
"slug": "joy-baking-soda",
"content_type": [
"blog",
"blogpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/blog/joy-baking-soda/",
"owner": [
"admin"
],
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-21T08:12:04.176Z",
"latest_revision_created_at": "2017-03-29T06:58:56.151Z"
}
},
{
"model": "wagtailcore.page",
"pk": 74,
"fields": {
"path": "0001000200040005",
"depth": 4,
"numchild": 0,
"title": "The Greatest Thing Since Sliced Bread",
"slug": "sliced-bread",
"content_type": [
"blog",
"blogpage"
],
"live": true,
"has_unpublished_changes": true,
"url_path": "/home/blog/sliced-bread/",
"owner": [
"admin"
],
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-21T08:17:21.604Z",
"latest_revision_created_at": "2017-04-01T07:35:26.199Z"
}
},
{
"model": "wagtailcore.page",
"pk": 76,
"fields": {
"path": "000100020007",
"depth": 3,
"numchild": 0,
"title": "About",
"slug": "about",
"content_type": [
"base",
"standardpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/about/",
"owner": [
"admin"
],
"seo_title": "",
"show_in_menus": true,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-03-17T07:03:16.637Z",
"latest_revision_created_at": "2017-03-17T07:47:50.894Z"
}
},
{
"model": "wagtailcore.page",
"pk": 77,
"fields": {
"path": "0001000200040006",
"depth": 4,
"numchild": 0,
"title": "Desserts with Benefits",
"slug": "desserts-benefits",
"content_type": [
"blog",
"blogpage"
],
"live": true,
"has_unpublished_changes": true,
"url_path": "/home/blog/desserts-benefits/",
"owner": [
"admin"
],
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-03-22T06:31:05.324Z",
"latest_revision_created_at": "2017-04-01T07:35:03.669Z"
}
},
{
"model": "wagtailcore.page",
"pk": 78,
"fields": {
"path": "0001000200030005",
"depth": 4,
"numchild": 0,
"title": "H\u00f6fn",
"slug": "hofn",
"content_type": [
"locations",
"locationpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/locations/hofn/",
"owner": [
"admin"
],
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-11T23:10:22.386Z",
"latest_revision_created_at": "2017-03-29T18:05:47.930Z"
}
},
{
"model": "wagtailcore.page",
"pk": 79,
"fields": {
"path": "0001000200030006",
"depth": 4,
"numchild": 0,
"title": "Akranes",
"slug": "akranes",
"content_type": [
"locations",
"locationpage"
],
"live": true,
"has_unpublished_changes": false,
"url_path": "/home/locations/akranes/",
"owner": [
"admin"
],
"seo_title": "",
"show_in_menus": false,
"search_description": "",
"go_live_at": null,
"expire_at": null,
"expired": false,
"locked": false,
"first_published_at": "2017-02-11T23:10:22.386Z",
"latest_revision_created_at": "2017-03-29T18:09:44.290Z"
}
},
{
"model": "wagtailimages.image",
"pk": 8,
"fields": {
"collection": 3,
"title": "Robert Johnson",
"file": "original_images/robert_johnson2.jpg",
"width": 300,
"height": 282,
"created_at": "2017-02-17T07:43:46.304Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 17829
}
},
{
"model": "wagtailimages.image",
"pk": 9,
"fields": {
"collection": 2,
"title": "Breads 1",
"file": "original_images/breads1.jpg",
"width": 1080,
"height": 831,
"created_at": "2017-02-17T08:10:34.237Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 179102
}
},
{
"model": "wagtailimages.image",
"pk": 10,
"fields": {
"collection": 2,
"title": "Breads 2",
"file": "original_images/breads2.jpg",
"width": 1080,
"height": 1151,
"created_at": "2017-02-17T08:10:34.344Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 618145
}
},
{
"model": "wagtailimages.image",
"pk": 11,
"fields": {
"collection": 2,
"title": "Breads 3",
"file": "original_images/breads3.jpg",
"width": 1080,
"height": 1080,
"created_at": "2017-02-17T08:10:34.580Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 170790
}
},
{
"model": "wagtailimages.image",
"pk": 12,
"fields": {
"collection": 2,
"title": "Breads 4",
"file": "original_images/breads4.jpg",
"width": 1080,
"height": 1240,
"created_at": "2017-02-17T08:10:34.723Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 178745
}
},
{
"model": "wagtailimages.image",
"pk": 14,
"fields": {
"collection": 2,
"title": "Breads 5",
"file": "original_images/bread5.jpg",
"width": 800,
"height": 600,
"created_at": "2017-02-19T08:08:37.723Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 138091
}
},
{
"model": "wagtailimages.image",
"pk": 15,
"fields": {
"collection": 2,
"title": "Breads 6",
"file": "original_images/bread6.jpg",
"width": 1008,
"height": 756,
"created_at": "2017-02-19T08:08:38.028Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 277532
}
},
{
"model": "wagtailimages.image",
"pk": 21,
"fields": {
"collection": 2,
"title": "Yeast",
"file": "original_images/yeast.jpg",
"width": 1024,
"height": 682,
"created_at": "2017-02-21T07:50:10.793Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": null
}
},
{
"model": "wagtailimages.image",
"pk": 22,
"fields": {
"collection": 2,
"title": "Bedouins",
"file": "original_images/Bedouins_making_bread.jpg",
"width": 1000,
"height": 669,
"created_at": "2017-02-21T07:59:50.671Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 408107
}
},
{
"model": "wagtailimages.image",
"pk": 23,
"fields": {
"collection": 2,
"title": "\u00d8landshvedebr\u00f8d",
"file": "original_images/Olandshvedebrod_6082070226.jpg",
"width": 1000,
"height": 664,
"created_at": "2017-02-21T08:05:08.529Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": null
}
},
{
"model": "wagtailimages.image",
"pk": 24,
"fields": {
"collection": 2,
"title": "Soda Bread",
"file": "original_images/soda_bread.jpg",
"width": 733,
"height": 481,
"created_at": "2017-02-21T08:10:30.772Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 78729
}
},
{
"model": "wagtailimages.image",
"pk": 25,
"fields": {
"collection": 2,
"title": "Sandwich Bread",
"file": "original_images/sliced.jpg",
"width": 1024,
"height": 677,
"created_at": "2017-02-21T08:15:16.080Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 297826
}
},
{
"model": "wagtailimages.image",
"pk": 26,
"fields": {
"collection": 4,
"title": "Anadama_bread",
"file": "original_images/Anadama_bread_1.jpg",
"width": 4752,
"height": 3168,
"created_at": "2017-02-23T07:48:33.730Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 486289
}
},
{
"model": "wagtailimages.image",
"pk": 28,
"fields": {
"collection": 4,
"title": "Appam",
"file": "original_images/Appam_served_with_Coconut_Milk_in_Tamil_Nadu.JPG",
"width": 2362,
"height": 1064,
"created_at": "2017-02-23T07:48:34.056Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 205629
}
},
{
"model": "wagtailimages.image",
"pk": 29,
"fields": {
"collection": 4,
"title": "Arepa",
"file": "original_images/Arepa_asada.JPG",
"width": 1600,
"height": 1200,
"created_at": "2017-02-23T07:48:34.189Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 95602
}
},
{
"model": "wagtailimages.image",
"pk": 30,
"fields": {
"collection": 4,
"title": "Bagel",
"file": "original_images/Bagel.jpg",
"width": 1920,
"height": 1660,
"created_at": "2017-02-23T07:48:34.296Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 244476
}
},
{
"model": "wagtailimages.image",
"pk": 31,
"fields": {
"collection": 4,
"title": "Baguette",
"file": "original_images/Baguette_de_pain_WikiCheese_Lausanne.jpg",
"width": 4032,
"height": 1958,
"created_at": "2017-02-23T07:48:34.417Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 328940
}
},
{
"model": "wagtailimages.image",
"pk": 32,
"fields": {
"collection": 4,
"title": "Bammies",
"file": "original_images/Bammies.jpg",
"width": 1700,
"height": 1527,
"created_at": "2017-02-23T07:48:34.498Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 225077
}
},
{
"model": "wagtailimages.image",
"pk": 33,
"fields": {
"collection": 4,
"title": "Bazin",
"file": "original_images/Bazin.jpg",
"width": 1600,
"height": 1200,
"created_at": "2017-02-23T07:48:34.571Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 159993
}
},
{
"model": "wagtailimages.image",
"pk": 34,
"fields": {
"collection": 4,
"title": "Bunanpankatori",
"file": "original_images/Bean-jam-bunanpankatori-cityjapan.JPG",
"width": 800,
"height": 640,
"created_at": "2017-02-23T07:48:34.650Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 60721
}
},
{
"model": "wagtailimages.image",
"pk": 35,
"fields": {
"collection": 4,
"title": "Belgian Waffle",
"file": "original_images/Belgische_waffeln.jpg",
"width": 2025,
"height": 1536,
"created_at": "2017-02-23T07:48:34.735Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 317562
}
},
{
"model": "wagtailimages.image",
"pk": 36,
"fields": {
"collection": 4,
"title": "Afghan Bolani",
"file": "original_images/Bolani_Afghan_bread_01.jpg",
"width": 1280,
"height": 960,
"created_at": "2017-02-23T07:48:34.809Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 105801
}
},
{
"model": "wagtailimages.image",
"pk": 37,
"fields": {
"collection": 4,
"title": "Misc Breads",
"file": "original_images/Breads_1.jpg",
"width": 2700,
"height": 1792,
"created_at": "2017-02-23T07:48:34.909Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 534217
}
},
{
"model": "wagtailimages.image",
"pk": 39,
"fields": {
"collection": 4,
"title": "Rye Bread",
"file": "original_images/Sourdough_rye_with_walnuts.jpg",
"width": 2222,
"height": 1431,
"created_at": "2017-02-23T08:18:10.895Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 697587
}
},
{
"model": "wagtailimages.image",
"pk": 40,
"fields": {
"collection": 4,
"title": "Bhakri",
"file": "original_images/Bhakri_1.jpg",
"width": 1920,
"height": 1440,
"created_at": "2017-02-23T08:25:03.822Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": null
}
},
{
"model": "wagtailimages.image",
"pk": 41,
"fields": {
"collection": 3,
"title": "Sprint Crew",
"file": "original_images/sprint_crew.jpg",
"width": 1000,
"height": 750,
"created_at": "2017-02-24T08:01:50.590Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 121235
}
},
{
"model": "wagtailimages.image",
"pk": 42,
"fields": {
"collection": 3,
"title": "Baking Soda",
"file": "original_images/bakingsoda.jpg",
"width": 1024,
"height": 678,
"created_at": "2017-03-22T06:13:09.773Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 87095
}
},
{
"model": "wagtailimages.image",
"pk": 43,
"fields": {
"collection": 3,
"title": "Boston Cream Pie",
"file": "original_images/bostoncream.jpg",
"width": 1024,
"height": 683,
"created_at": "2017-03-22T06:29:18.751Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 117057
}
},
{
"model": "wagtailimages.image",
"pk": 44,
"fields": {
"collection": 1,
"title": "Image by \u00c6var Gu\u00f0mundsson",
"file": "original_images/aevar-gudmundsson-selfoss.jpg",
"width": 1400,
"height": 932,
"created_at": "2017-03-29T17:27:55.769Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": null
}
},
{
"model": "wagtailimages.image",
"pk": 45,
"fields": {
"collection": 1,
"title": "Image by Sverrir Thorolfsson",
"file": "original_images/reykjavik-sverrir-thorolfsson.jpg",
"width": 992,
"height": 971,
"created_at": "2017-03-29T17:31:36.429Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": null
}
},
{
"model": "wagtailimages.image",
"pk": 46,
"fields": {
"collection": 1,
"title": "Glacier descending near Hof",
"file": "original_images/hof-cornell-university-filter.jpg",
"width": 1400,
"height": 1106,
"created_at": "2017-03-29T17:46:14.914Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": 604,
"focal_point_y": 301,
"focal_point_width": 1203,
"focal_point_height": 602,
"file_size": 358165
}
},
{
"model": "wagtailimages.image",
"pk": 47,
"fields": {
"collection": 1,
"title": "Old buildings above Vik",
"file": "original_images/vik.jpg",
"width": 1400,
"height": 981,
"created_at": "2017-03-29T18:00:33.977Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": null
}
},
{
"model": "wagtailimages.image",
"pk": 48,
"fields": {
"collection": 1,
"title": "Hofn from above",
"file": "original_images/Hofn.jpg",
"width": 2048,
"height": 1365,
"created_at": "2017-03-29T18:04:27.068Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": null
}
},
{
"model": "wagtailimages.image",
"pk": 49,
"fields": {
"collection": 1,
"title": "Arkranes",
"file": "original_images/Akranes.jpg",
"width": 2048,
"height": 1365,
"created_at": "2017-03-29T18:08:27.770Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": 986,
"focal_point_y": 813,
"focal_point_width": 1759,
"focal_point_height": 917,
"file_size": 511480
}
},
{
"model": "wagtailimages.image",
"pk": 51,
"fields": {
"collection": 3,
"title": "Muddy Waters",
"file": "original_images/muddy_waters_hUPkmSW.jpg",
"width": 611,
"height": 672,
"created_at": "2017-03-31T06:36:23.486Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 189650
}
},
{
"model": "wagtailimages.image",
"pk": 52,
"fields": {
"collection": 3,
"title": "Howlin Wolf",
"file": "original_images/howlin.jpg",
"width": 300,
"height": 294,
"created_at": "2017-04-01T07:30:10.713Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 46112
}
},
{
"model": "wagtailimages.image",
"pk": 53,
"fields": {
"collection": 3,
"title": "Lightnin' Hopkins",
"file": "original_images/lightnin_hopkins.jpg",
"width": 150,
"height": 162,
"created_at": "2017-04-01T07:31:21.251Z",
"uploaded_by_user": [
"admin"
],
"focal_point_x": null,
"focal_point_y": null,
"focal_point_width": null,
"focal_point_height": null,
"file_size": 18521
}
},
{
"model": "locations.locationpage",
"pk": 64,
"fields": {
"introduction": "Pie gingerbread cake caramels chocolate cake tiramisu wafer. Gummi bears chupa chups chocolate. Topping chupa chups bonbon cake pie caramels. Pie gingerbread cake caramels chocolate cake tiramisu wafer.",
"image": 46,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p><br/></p><p>Chocolate bar I love marzipan chupa chups souffl\\u00e9 chocolate bar. Biscuit caramels lollipop cookie. Macaroon I love tart pudding topping I love. Jujubes macaroon gummies pudding icing cake pastry. Candy canes candy chocolate cake I love chocolate carrot cake halvah. I love croissant I love donut. Chocolate sweet chocolate cake cotton candy souffl\\u00e9 caramels pie tiramisu I love. Lemon drops topping caramels. Pudding candy cotton candy gingerbread jelly beans jelly-o tiramisu cotton candy souffl\\u00e9. Cake bear claw cupcake pastry gummi bears cake.</p>\"}, {\"type\": \"heading_block\", \"value\": {\"size\": \"h3\", \"heading_text\": \"Never say no to more\"}}, {\"type\": \"paragraph_block\", \"value\": \"<p>Muffin wafer chocolate cake bonbon icing chupa chups cupcake. Pudding drag\\u00e9e souffl\\u00e9 icing caramels chupa chups sweet muffin. Pastry fruitcake pastry dessert chupa chups. Sugar plum wafer chupa chups tootsie roll candy chocolate bar souffl\\u00e9 sesame snaps jelly-o. Dessert macaroon jelly fruitcake jujubes marshmallow cake. Gummies souffl\\u00e9 cotton candy candy pastry powder topping muffin cotton candy. I love jelly beans I love I love chocolate cake fruitcake oat cake drag\\u00e9e dessert.</p><p>Chupa chups marzipan pie caramels cotton candy jelly-o. Pie sweet cake souffl\\u00e9 apple pie cake. Chocolate cake chupa chups bear claw cotton candy. I love marshmallow chocolate sweet I love. Drag\\u00e9e donut cotton candy jujubes ice cream. Marshmallow gummies gingerbread marzipan. Caramels tootsie roll cake. Macaroon chocolate liquorice ice cream. Candy biscuit chupa chups chocolate cake cake danish. Sesame snaps I love macaroon cupcake bear claw chocolate cake I love candy canes.</p>\"}]",
"address": "Hof 2,\r\nL\u00e6kjarh\u00fas,\r\n785 \u00d6r\u00e6fi,\r\nIceland",
"lat_long": "63.9095213,-16.7093877"
}
},
{
"model": "locations.locationpage",
"pk": 65,
"fields": {
"introduction": "Ice cream pie tiramisu carrot cake pie macaroon brownie wafer. Cupcake cookie cotton candy jelly-o macaroon tootsie roll ice cream. Biscuit caramels apple pie. Marshmallow lollipop gingerbread chocolate powder ice cream tootsie roll.",
"image": 45,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p><br/></p><p>Gingerbread jujubes pudding lollipop cake sweet pudding biscuit. Dessert sweet roll gummies. Pudding jujubes powder macaroon. Lollipop sweet roll jelly-o tiramisu chupa chups marzipan tart cookie. Macaroon tootsie roll lemon drops. Fruitcake macaroon liquorice bonbon chocolate bar caramels donut pastry. Wafer candy canes jujubes powder gummi bears candy canes biscuit pastry oat cake. Halvah pastry lemon drops gummi bears lemon drops powder. Tart lollipop bonbon apple pie sugar plum gummies cake.</p><p>Souffl\\u00e9 sweet roll caramels toffee. Ice cream cotton candy jelly-o sweet roll sugar plum dessert chupa chups. Drag\\u00e9e ice cream chocolate cake candy canes sugar plum pudding cheesecake. Tart jelly beans liquorice ice cream gummi bears lollipop tiramisu. Ice cream pie sweet roll liquorice. Tiramisu jujubes lollipop chocolate tiramisu. Cotton candy jelly cake lemon drops lollipop. Tootsie roll chocolate bar jelly-o cookie wafer cookie toffee pastry. Sugar plum chocolate bar jelly beans gummies jujubes sweet chocolate cake.</p><p></p>\"}]",
"address": "Laugavegur 36,\r\n101 Reykjav\u00edk,\r\nIceland",
"lat_long": "64.144018, -21.950953"
}
},
{
"model": "locations.locationpage",
"pk": 66,
"fields": {
"introduction": "Chocolate bar tiramisu toffee. Topping pie powder candy canes jujubes liquorice. Apple pie muffin marshmallow tiramisu powder cotton candy topping. Apple pie tiramisu marshmallow sesame snaps.",
"image": 47,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p><br/></p><p>Cupcake ipsum dolor sit. Amet cake bear claw cheesecake marshmallow donut topping. Bonbon tootsie roll tiramisu drag\\u00e9e. Sweet macaroon gummies tootsie roll toffee cupcake jujubes gingerbread. Chocolate bar cupcake danish muffin donut cookie souffl\\u00e9 carrot cake. Cake cake macaroon muffin sesame snaps marzipan apple pie cheesecake.</p>\"}, {\"type\": \"heading_block\", \"value\": {\"size\": \"h3\", \"heading_text\": \"Now with sugar\"}}, {\"type\": \"paragraph_block\", \"value\": \"<p>Chocolate caramels cupcake jelly beans icing gummi bears fruitcake gingerbread. Cupcake drag\\u00e9e tootsie roll cheesecake chocolate. Jelly lemon drops lemon drops chocolate. Sesame snaps chocolate bar cheesecake tiramisu gummi bears sweet sesame snaps wafer. Pie cake macaroon sugar plum toffee icing. Bonbon sweet roll cupcake sesame snaps toffee candy fruitcake.</p><p>Cupcake cupcake souffl\\u00e9 jelly beans chocolate cake lemon drops. Dessert chocolate bar cotton candy. Pastry icing oat cake wafer. Marshmallow topping gummies cotton candy cake gingerbread. Donut macaroon carrot cake. Pie candy canes cupcake powder marzipan. Sweet oat cake jelly beans apple pie ice cream. Brownie caramels chupa chups marzipan. Biscuit biscuit croissant fruitcake pastry pastry.</p>\"}]",
"address": "Klettsvegi 1,\r\n870 V\u00edk,\r\nIceland",
"lat_long": "63.419061,-19.0064982"
}
},
{
"model": "locations.locationpage",
"pk": 67,
"fields": {
"introduction": "Gummies dessert cake pastry jujubes cotton candy apple pie chocolate bar muffin. Bonbon souffl\u00e9 icing brownie cheesecake candy canes. Sesame snaps chocolate pudding souffl\u00e9 powder pastry pastry jelly beans. Chocolate cake caramels gingerbread bear claw gingerbread jelly-o.",
"image": 44,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p>Jelly-o marzipan fruitcake. Candy marshmallow candy canes macaroon marshmallow marshmallow sesame snaps. Cookie croissant wafer jelly beans. Bonbon sesame snaps danish chocolate bar. Pudding marzipan tootsie roll lollipop sesame snaps souffl\\u00e9 fruitcake. Tootsie roll jujubes cookie chocolate topping cupcake. Pudding cake gummies chupa chups jelly beans gingerbread sesame snaps gummi bears gummies. Chocolate chupa chups jelly candy canes carrot cake croissant ice cream. Bonbon sugar plum jelly beans cake tiramisu. Carrot cake gummies carrot cake macaroon wafer cake cupcake.</p><p>Jelly-o candy canes macaroon chocolate cake cheesecake cake lollipop cookie. Halvah candy topping sugar plum topping sesame snaps cotton candy topping. Sesame snaps brownie chocolate cake. Lemon drops sweet roll cookie drag\\u00e9e chocolate bar sugar plum jelly-o. Liquorice toffee jujubes chocolate cake cheesecake biscuit. Marshmallow chocolate bar oat cake wafer souffl\\u00e9 brownie fruitcake. Oat cake icing cheesecake liquorice caramels.</p>\"}, {\"type\": \"heading_block\", \"value\": {\"size\": \"h3\", \"heading_text\": \"An awesome heading\"}}, {\"type\": \"paragraph_block\", \"value\": \"<p>Brownie marzipan marshmallow tart pudding carrot cake. Cheesecake jelly beans gingerbread lollipop. Marshmallow tiramisu jelly beans apple pie gingerbread candy bonbon carrot cake. Pastry candy gummies danish pudding topping. Tart jelly-o chocolate wafer pastry brownie chocolate bar oat cake. Cookie sugar plum liquorice jelly beans. Sweet jujubes candy canes sweet chocolate chocolate cookie chocolate cookie. Cookie pudding toffee tart.</p>\"}]",
"address": "Eyravegur,\r\n800 Selfoss,\r\nIceland",
"lat_long": "63.9375899, -21.0419085"
}
},
{
"model": "locations.locationpage",
"pk": 78,
"fields": {
"introduction": "Ice cream pie tiramisu carrot cake pie macaroon brownie wafer. Cupcake cookie cotton candy jelly-o macaroon tootsie roll ice cream. Biscuit caramels apple pie. Marshmallow lollipop gingerbread chocolate powder ice cream tootsie roll.",
"image": 48,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p><br/></p><p>Gingerbread jujubes pudding lollipop cake sweet pudding biscuit. Dessert sweet roll gummies. Pudding jujubes powder macaroon. Lollipop sweet roll jelly-o tiramisu chupa chups marzipan tart cookie. Macaroon tootsie roll lemon drops. Fruitcake macaroon liquorice bonbon chocolate bar caramels donut pastry. Wafer candy canes jujubes powder gummi bears candy canes biscuit pastry oat cake. Halvah pastry lemon drops gummi bears lemon drops powder. Tart lollipop bonbon apple pie sugar plum gummies cake.</p><p>Souffl\\u00e9 sweet roll caramels toffee. Ice cream cotton candy jelly-o sweet roll sugar plum dessert chupa chups. Drag\\u00e9e ice cream chocolate cake candy canes sugar plum pudding cheesecake. Tart jelly beans liquorice ice cream gummi bears lollipop tiramisu. Ice cream pie sweet roll liquorice. Tiramisu jujubes lollipop chocolate tiramisu. Cotton candy jelly cake lemon drops lollipop. Tootsie roll chocolate bar jelly-o cookie wafer cookie toffee pastry. Sugar plum chocolate bar jelly beans gummies jujubes sweet chocolate cake.</p><p></p>\"}]",
"address": "Hafnarbraut,\r\n780 H\u00f6fn \u00ed Hornafir\u00f0i,\r\nIceland",
"lat_long": "64.2518583,-15.2037097"
}
},
{
"model": "locations.locationpage",
"pk": 79,
"fields": {
"introduction": "Ice cream pie tiramisu carrot cake pie macaroon brownie wafer. Cupcake cookie cotton candy jelly-o macaroon tootsie roll ice cream. Biscuit caramels apple pie. Marshmallow lollipop gingerbread chocolate powder ice cream tootsie roll.",
"image": 49,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p><br/></p><p>Gingerbread jujubes pudding lollipop cake sweet pudding biscuit. Dessert sweet roll gummies. Pudding jujubes powder macaroon. Lollipop sweet roll jelly-o tiramisu chupa chups marzipan tart cookie. Macaroon tootsie roll lemon drops. Fruitcake macaroon liquorice bonbon chocolate bar caramels donut pastry. Wafer candy canes jujubes powder gummi bears candy canes biscuit pastry oat cake. Halvah pastry lemon drops gummi bears lemon drops powder. Tart lollipop bonbon apple pie sugar plum gummies cake.</p><p>Souffl\\u00e9 sweet roll caramels toffee. Ice cream cotton candy jelly-o sweet roll sugar plum dessert chupa chups. Drag\\u00e9e ice cream chocolate cake candy canes sugar plum pudding cheesecake. Tart jelly beans liquorice ice cream gummi bears lollipop tiramisu. Ice cream pie sweet roll liquorice. Tiramisu jujubes lollipop chocolate tiramisu. Cotton candy jelly cake lemon drops lollipop. Tootsie roll chocolate bar jelly-o cookie wafer cookie toffee pastry. Sugar plum chocolate bar jelly beans gummies jujubes sweet chocolate cake.</p><p></p>\"}]",
"address": "Skagabraut 43,\r\n300 Akranes,\r\nIceland",
"lat_long": "64.3214253,-22.0674947"
}
},
{
"model": "locations.locationsindexpage",
"pk": 63,
"fields": {
"introduction": "You can find our fine bakeries in friendly cities all over the world.",
"image": 10
}
},
{
"model": "breads.breadsindexpage",
"pk": 3,
"fields": {
"introduction": "We feature outlandishly delicious breads sourced from every continent (except Antarctica)",
"image": 9
}
},
{
"model": "breads.breadpage",
"pk": 34,
"fields": {
"introduction": "It is not readily agreed exactly when or where the bread originated, except it existed before 1850 in Rockport, Massachusetts. It is thought to have come from the local fishing community, but it may have come through the Finnish community of local stonecutters.",
"image": 26,
"body": "[]",
"origin": 3,
"bread_type": 4,
"ingredients": []
}
},
{
"model": "breads.breadpage",
"pk": 35,
"fields": {
"introduction": "Anpan was first made in 1875, during the Meiji period, by a man called Yasubei Kimura, a samurai who lost his job with the rise of the conscript Imperial Army and the dissolution of the samurai as a social class.",
"image": 34,
"body": "[]",
"origin": 4,
"bread_type": 5,
"ingredients": []
}
},
{
"model": "breads.breadpage",
"pk": 36,
"fields": {
"introduction": "Appam is a type of pancake made with fermented rice batter and coconut milk. It is a common food in Kerala, Tamil Nadu and Sri Lanka. It is eaten most frequently for breakfast or dinner.",
"image": 28,
"body": "[]",
"origin": 5,
"bread_type": 6,
"ingredients": []
}
},
{
"model": "breads.breadpage",
"pk": 37,
"fields": {
"introduction": "Arepa is a type of food made of ground maize dough or cooked flour prominent in the cuisine of Colombia and Venezuela.",
"image": 29,
"body": "[]",
"origin": 6,
"bread_type": 7,
"ingredients": []
}
},
{
"model": "breads.breadpage",
"pk": 39,
"fields": {
"introduction": "Though the origins of bagels are somewhat obscure, it is known that they were widely consumed in eastern European Jewish communities from the 17th century.",
"image": 30,
"body": "[]",
"origin": 8,
"bread_type": 4,
"ingredients": []
}
},
{
"model": "breads.breadpage",
"pk": 40,
"fields": {
"introduction": "A baguette has a diameter of about 5 or 6 centimetres and a usual length of about 65 centimetres (26 in), although a baguette can be up to a metre (39 in) long.",
"image": 31,
"body": "[]",
"origin": 9,
"bread_type": 4,
"ingredients": []
}
},
{
"model": "breads.breadpage",
"pk": 42,
"fields": {
"introduction": "Bammies, like wheat bread and tortillas, are served at any meal or consumed as a snack.",
"image": 32,
"body": "[]",
"origin": 11,
"bread_type": 2,
"ingredients": []
}
},
{
"model": "breads.breadpage",
"pk": 49,
"fields": {
"introduction": "When consumed, bazin may be \"crumpled and eaten with the fingers.\"",
"image": 33,
"body": "[]",
"origin": 18,
"bread_type": 11,
"ingredients": []
}
},
{
"model": "breads.breadpage",
"pk": 53,
"fields": {
"introduction": "Bhakri is a round flat unleavened bread often used in the cuisine of the state of mainly Maharashtra, but also in Gujarat.",
"image": 40,
"body": "[]",
"origin": 21,
"bread_type": 14,
"ingredients": []
}
},
{
"model": "breads.breadpage",
"pk": 57,
"fields": {
"introduction": "Rye bread is a type of bread made with various proportions of flour from rye grain",
"image": 39,
"body": "[]",
"origin": 12,
"bread_type": 16,
"ingredients": []
}
},
{
"model": "breads.breadpage",
"pk": 59,
"fields": {
"introduction": "Perakai is made for special occasions like birthday parties, engagement parties or holidays.",
"image": 36,
"body": "[]",
"origin": 24,
"bread_type": 2,
"ingredients": []
}
},
{
"model": "blog.blogindexpage",
"pk": 3,
"fields": {
"introduction": "",
"image": null
}
},
{
"model": "blog.blogindexpage",
"pk": 61,
"fields": {
"introduction": "Welcome to our blog",
"image": 11
}
},
{
"model": "blog.blogpage",
"pk": 62,
"fields": {
"introduction": "Yeasts, with their single-celled growth habit, can be contrasted with molds, which grow hyphae. Fungal species that can take both forms (depending on temperature or other conditions) are called dimorphic fungi (\"dimorphic\" means \"having two forms\").",
"image": 21,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p>Yeasts are eukaryotic, single-celled microorganisms classified as members of the fungus kingdom. The yeast lineage[which?] originated hundreds of millions of years ago, and 1,500 species are currently identified.[1][2][3] They are estimated to constitute 1% of all described fungal species.[4] Yeasts are unicellular organisms which evolved from multicellular ancestors,[5] with some species having the ability to develop multicellular characteristics by forming strings of connected budding cells known as pseudohyphae or false hyphae.[6] Yeast sizes vary greatly, depending on species and environment, typically measuring 3\\u20134 \\u00b5m in diameter, although some yeasts can grow to 40 \\u00b5m in size.[7] Most yeasts reproduce asexually by mitosis, and many do so by the asymmetric division process known as budding.</p><h3>Contrast with Molds</h3><p>Yeasts, with their single-celled growth habit, can be contrasted with molds, which grow hyphae. Fungal species that can take both forms (depending on temperature or other conditions) are called dimorphic fungi (\\\"dimorphic\\\" means \\\"having two forms\\\").<br/></p><p>By fermentation, the yeast species Saccharomyces cerevisiae converts carbohydrates to carbon dioxide and alcohols \\u2013 for thousands of years the carbon dioxide has been used in baking and the alcohol in alcoholic beverages.[8] It is also a centrally important model organism in modern cell biology research, and is one of the most thoroughly researched eukaryotic microorganisms. Researchers have used it to gather information about the biology of the eukaryotic cell and ultimately human biology.[9] Other species of yeasts, such as Candida albicans, are opportunistic pathogens and can cause infections in humans. Yeasts have recently been used to generate electricity in microbial fuel cells,[10] and produce ethanol for the biofuel industry.<br/></p><p>Yeasts do not form a single taxonomic or phylogenetic grouping. The term \\\"yeast\\\" is often taken as a synonym for Saccharomyces cerevisiae,[11] but the phylogenetic diversity of yeasts is shown by their placement in two separate phyla: the Ascomycota and the Basidiomycota. The budding yeasts (\\\"true yeasts\\\") are classified in the order Saccharomycetales,[12] within the phylum Ascomycota.<br/></p>\"}, {\"type\": \"image_block\", \"value\": {\"image\": 39, \"attribution\": \"Creative Commons\", \"caption\": \"Raised Yummy\"}}]",
"subtitle": "The art of cultivating yeast",
"date_published": "2017-01-12"
}
},
{
"model": "blog.blogpage",
"pk": 68,
"fields": {
"introduction": "Baking is a method of cooking food that uses prolonged dry heat, normally in an oven, but also in hot ashes, or on hot stones. The most common baked item is bread but many other types of foods are baked.",
"image": 22,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p>Heat is <b>gradually</b> transferred \\\"from the surface of cakes, cookies, and breads to their centre. As heat travels through it transforms batters and doughs into baked goods with a firm dry crust and a softer centre\\\".[2] Baking can be combined with grilling to produce a hybrid barbecue variant by using both methods simultaneously, or one after the other. Baking is related to barbecuing because the concept of the masonry oven is similar to that of a smoke pit.</p>\"}, {\"type\": \"image_block\", \"value\": {\"image\": 24, \"attribution\": \"Creative Commons\", \"caption\": \"Soda Bread\"}}, {\"type\": \"paragraph_block\", \"value\": \"<p>Because of historical social and familial roles,\\u00a0<a href=\\\"https://en.wikipedia.org/wiki/Baking\\\">baking</a>\\u00a0has traditionally been performed at home by women for domestic consumption and by men in bakeries and restaurants for local consumption. When production was industrialized, baking was automated by machines in large factories. The art of baking remains a fundamental skill and is important for nutrition, as baked goods, especially breads, are a common but important food, both from an economic and cultural point of view. A person who prepares baked goods as a profession is called a baker.</p>\"}, {\"type\": \"image_block\", \"value\": {\"image\": 12, \"attribution\": \"\", \"caption\": \"\"}}]",
"subtitle": "The art of baking",
"date_published": "2017-02-14"
}
},
{
"model": "blog.blogpage",
"pk": 72,
"fields": {
"introduction": "Nordic bread culture has existed in Denmark, Finland, Norway, and Sweden from prehistoric time through to the present.",
"image": 23,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p>Four grain types dominated in the Nordic countries: barley and rye are the oldest; wheat and oats are more recent. During the Iron Age (500 AD \\u2013 1050 AD), rye became the most commonly used grain, followed by barley and oats. Rye was also the most commonly used grain for bread up until the beginning of the 20th century. Today, older grain types such as emmer and spelt are once again being cultivated and new bread types are being developed from these grains.</p><p>Archaeological finds in Denmark indicate use of the two triticum (wheat) species, emmer and einkorn, during the Mesolithic Period (8900 BC \\u2013 3900 BC). There is no direct evidence of bread-making, but cereals have been crushed, cooked and served as porridge since at least 4,200 BC. During the Neolithic Period (3900 BC \\u2013 1800 BC), when agriculture was introduced, barley seems to have taken over to some extent, and ceramic plates apparently used for baking are found. Moulded cereals, with water added to make a dough and baked or fried in the shape of bread, are known as burial gifts in Iron Age graves (200 AD onwards) in the M\\u00e4lardalen area of central Sweden. However, it is not certain that this bread was eaten; it could just have been a burial gift. During the Bronze Age (1800 BC \\u2013 500 AD), oats and the triticum species spelt seem to have been the most commonly used grains, and we see the first real ovens, probably used for baking small loaves and perhaps the first bread (probably around 400 AD).</p><p><br/></p>\"}, {\"type\": \"image_block\", \"value\": {\"image\": 42, \"attribution\": \"Creative Commons\", \"caption\": \"Baking Soda\"}}, {\"type\": \"paragraph_block\", \"value\": \"<p>Scandinavian soldiers in Roman times apparently learned baking techniques when working as mercenaries in the Roman army (200\\u2013400 AD). They subsequently took the technique home with them to show that they had been employed in high status work on the continent[citation needed]. Early Christian traditions promoted an interest in bread. Culturally, German traditions have influenced most of the bread types in the Nordic countries. In the eastern part of Finland, there is a cultural link to Russia and Slavic bread traditions.</p><p>In the Nordic countries, bread was the main part of a meal until the late 18th century. Four different bread regions can be found in the Nordic area in the late 19th century. In the south, soft rye bread dominated. Further north came crisp bread, usually baked with rye, then thin and crispy barley bread. In the far north, soft barley loaves dominated. During the 19th century, potatoes began to become the centrepiece of meals and bread was put aside as an extra source of carbohydrates in a meal. Bread still retained its key function for breakfast, as the open sandwich is a starter for most Nordic people today and potatoes are used as a centrepiece in lunches and dinners.</p>\"}, {\"type\": \"image_block\", \"value\": {\"image\": 14, \"attribution\": \"Creative Commons\", \"caption\": \"Fresh baked\"}}, {\"type\": \"paragraph_block\", \"value\": \"<p>A history of Nordic bread from around 1000 AD and some contemporary types and bread innovations is presented below. Countries are presented in alphabetic order (Denmark, Finland, Iceland, Norway and Sweden). The names of the bread types are mostly given in both the contemporary national language and in English.</p>\"}]",
"subtitle": "Viking bakeries and Norse donuts",
"date_published": "2017-03-21"
}
},
{
"model": "blog.blogpage",
"pk": 73,
"fields": {
"introduction": "During the early years of European settlement of the Americas, settlers and some groups of Indigenous peoples of the Americas used soda or pearl ash, more commonly known as potash (pot ash) or potassium carbonate, as a leavening agent (the forerunner to baking soda) in quick breads.",
"image": 42,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p>Since it has long been known and is widely used, the salt has many related names such as baking soda, bread soda, cooking soda, and bicarbonate of soda. In colloquial usage, the names sodium bicarbonate and bicarbonate of soda are often truncated. Forms such as sodium bicarb, bicarb soda, bicarbonate, bicarb, or even bica are common. The word saleratus, from Latin <i>sal \\u00e6ratus</i> meaning \\\"aerated salt\\\", was widely used in the 19th century for both sodium bicarbonate and potassium bicarbonate.</p>\"}, {\"type\": \"image_block\", \"value\": {\"image\": 15, \"attribution\": \"Creative Commons\", \"caption\": \"Fresh baked\"}}, {\"type\": \"paragraph_block\", \"value\": \"<p>The prefix, bi, in bicarbonate comes from an outdated naming system and is based on the observation that there is twice as much carbonate (CO3) per sodium in\\u00a0<a href=\\\"https://en.wikipedia.org/wiki/Sodium_bicarbonate\\\">sodium bicarbonate</a>\\u00a0(NaHCO3) as there is carbonate per sodium in sodium carbonate (Na2CO3) and other carbonates. The modern way of analyzing the situation based on the exact chemical composition (which was unknown when the name sodium bicarbonate was coined) says this the other way around: there is half as much sodium in NaHCO3 as in Na2CO3 (Na versus Na2).</p>\"}, {\"type\": \"image_block\", \"value\": {\"image\": 37, \"attribution\": \"Creative Commons\", \"caption\": \"Cornucopia of Breads\"}}]",
"subtitle": "The ingredients of traditional soda bread are flour, bread soda, salt, and buttermilk.",
"date_published": "2017-02-08"
}
},
{
"model": "blog.blogpage",
"pk": 74,
"fields": {
"introduction": "Sandwich bread (also referred to as sandwich loaf) is bread that is prepared specifically to be used for the preparation of sandwiches.",
"image": 25,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p>Sandwich breads are produced in many varieties, such as white, whole wheat, sourdough, rye, multigrain and others. Sandwich bread may be formulated to slice easily,[8] cleanly or uniformly, and may have a fine crumb (the soft, inner part of bread) and a light texture.[4] Sandwich bread may be designed to have a balanced proportion of crumb and crust, whereby the bread holds and supports fillings in place and reduces drips and messiness. <a href=\\\"https://en.wikipedia.org/wiki/Sandwich_bread\\\">Some may be designed</a> to not become crumbly, hardened, dried or have too squishy a texture.</p>\"}, {\"type\": \"block_quote\", \"value\": {\"attribute_name\": \"Jim Davis\", \"text\": \"Vegetables are a must on a diet. I suggest carrot cake, zucchini bread, and pumpkin pie.\"}}, {\"type\": \"image_block\", \"value\": {\"image\": 35, \"attribution\": \"Creative Commons\", \"caption\": \"Belgian Waffle\"}}, {\"type\": \"paragraph_block\", \"value\": \"<p>Sandwich bread can refer to cross-sectionally square, sliced white and wheat bread, which has been described as \\\"perfectly designed for holding square luncheon meat\\\".[10] The bread used for preparing finger sandwiches is sometimes referred to as sandwich bread.[10] Pan de molde is a sandwich loaf.[11][12] Some sandwich breads are designed for use in the creation of specific types of sandwiches, such as the submarine sandwich.[13] For barbecuing, use of a high-quality white sandwich bread has been described as suitable for toasting over a fire.[14] Gluten-free sandwich bread may be prepared using gluten-free flour, teff flour.[15][16] and other ingredients.<br/></p><p>In the 1930s in the United States, the term sandwich loaf referred to sliced bread.[10] In contemporary times, U.S. consumers sometimes refer to white bread such as Wonder Bread as sandwich bread and sandwich loaf.[1] Wonder Bread produced and marketed a bread called Wonder Round sandwich bread, which was designed to be used with round-shaped cold cuts and other fillings such as eggs and hamburgers, but it was discontinued due to low consumer demand.[17] American sandwich breads have historically included some fat derived from the use of milk or oil to enrich the bread.</p>\"}]",
"subtitle": "Innovation in the brick oven",
"date_published": "2017-02-02"
}
},
{
"model": "blog.blogpage",
"pk": 77,
"fields": {
"introduction": "A Boston cream pie is a yellow butter cake that is filled with custard or cream and topped with chocolate glaze.",
"image": 43,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p>Despite its name, it is in fact a cake, and not a pie.[2] The dessert acquired its name when cakes and pies were cooked in the same pans, and the words were used interchangeably.[3] In the latter part of the 19th century, this type of cake was variously called a \\\"cream pie\\\", a \\\"chocolate cream pie\\\", or a \\\"custard cake\\\".[3]</p><p>Owners of the Parker House Hotel in Boston claim that the Boston cream pie was first created at the hotel by Armenian-French chef M. Sanzian in 1856.[4] Called a \\\"Chocolate Cream Pie\\\", this cake consisted of two layers of French butter sponge cake filled with cr\\u00e8me p\\u00e2tissi\\u00e8re and brushed with a rum syrup, its side coated with cr\\u00e8me p\\u00e2tissi\\u00e8re overlain with toasted sliced almonds, and the top coated with chocolate fondant.[5] However, historians dispute this claim to primacy; while this cake may have been served then, there is no specific contemporaneous evidence of it, and custard-filled cake was already popular at that time.[3]</p>\"}, {\"type\": \"image_block\", \"value\": {\"image\": null, \"attribution\": \"Creative Commons\", \"caption\": \"Central Bakery\"}}, {\"type\": \"paragraph_block\", \"value\": \"<p>The cake is likely derived from the Washington pie, a two-layer yellow cake filled with jam and topped with confectioner's sugar, for which pastry cream of custard eventually replaced the jam, and a chocolate glaze replaced the confectioner's sugar.[2] Today, the cake is topped with a chocolate glaze (such as ganache) and sometimes powdered sugar or a cherry.</p><p>The name first appeared in the 1872 Methodist Almanac.[3] Another early printed use of the term \\\"Boston cream pie\\\" occurred in the Granite Iron Ware Cook Book, printed in 1878.[2] The earliest known recipe of the modern variant was printed in Miss Parloa's Kitchen Companion in 1887 as \\\"Chocolate Cream Pie\\\".[2]</p>\"}]",
"subtitle": "Banana toffee chocolate pie?",
"date_published": "2017-02-24"
}
},
{
"model": "base.formpage",
"pk": 69,
"fields": {
"to_address": "us@example.com",
"from_address": "you@example.com",
"subject": "Contact message from Wagtail Demo site",
"image": null,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p>We'd love to hear from you! Drop us a line to let us know what you liked or didn't like about your recent store visit, or if you have comments or questions about this site.\\u00a0</p><p>This form is for demo purposes only - email goes nowhere. Developers: \\u00a0Edit the \\\"To Address\\\" field in the Form object in the Wagtail admin, and see the Email notes in the project readme to make your instance send live email.</p>\"}]",
"thank_you_text": "<p>Thanks!</p><p>We've received your message and will get back to you shortly.</p>"
}
},
{
"model": "base.gallerypage",
"pk": 70,
"fields": {
"introduction": "Some of our best-baked images, from around the world.",
"image": 23,
"body": "[]",
"collection": 2
}
},
{
"model": "base.homepage",
"pk": 60,
"fields": {
"image": 9,
"hero_text": "A sample site designed to demonstrate the capabilities of the Wagtail Content Management System.",
"hero_cta": "Learn more about Wagtail",
"hero_cta_link": 76,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<p><b>Bread</b>\\u00a0is a\\u00a0<a href=\\\"https://en.wikipedia.org/wiki/Staple_food\\\">staple food</a>\\u00a0prepared from a\\u00a0<a href=\\\"https://en.wikipedia.org/wiki/Dough\\\">dough</a>\\u00a0of\\u00a0<a href=\\\"https://en.wikipedia.org/wiki/Flour\\\">flour</a>\\u00a0and\\u00a0<a href=\\\"https://en.wikipedia.org/wiki/Water\\\">water</a>, usually by\\u00a0<a href=\\\"https://en.wikipedia.org/wiki/Baking\\\">baking</a>. Throughout recorded history it has been popular around the world and is one of the oldest artificial foods, having been of importance since the dawn of\\u00a0<a href=\\\"https://en.wikipedia.org/wiki/Agriculture#History\\\">agriculture</a>.</p><p>Proportions of types of flour and other ingredients vary widely, as do modes of preparation. As a result, types, shapes, sizes, and textures of breads differ around the world. Bread may be\\u00a0<a href=\\\"https://en.wikipedia.org/wiki/Leaven\\\">leavened</a>\\u00a0by processes such as reliance on naturally occurring\\u00a0<a href=\\\"https://en.wikipedia.org/wiki/Sourdough\\\">sourdough</a>\\u00a0microbes, chemicals, industrially produced yeast, or high-pressure aeration. Some bread is cooked before it can leaven, including for traditional or religious reasons. Non-cereal ingredients such as fruits, nuts and fats may be included. Commercial bread commonly contains additives to improve flavor, texture, color, shelf life, and ease of manufacturing.</p>\"}]",
"promo_image": 37,
"promo_title": "Our most excellent bread",
"promo_text": "<p>There's a lot that we can say about our bread but frankly we think you need to taste it to believe it. Crafted from lines of Python, Django and the old staples of HTML, CSS and JS we think you'll love what we're baking. With our demonstrations across our fair Island you're never far from a treat. Come visit us whenever you're nearby.</p>",
"featured_section_1_title": "Breads",
"featured_section_1": 3,
"featured_section_2_title": "Locations",
"featured_section_2": 63,
"featured_section_3_title": "Blog",
"featured_section_3": 61
}
},
{
"model": "base.standardpage",
"pk": 76,
"fields": {
"introduction": "Things to know about this demo site",
"image": 41,
"body": "[{\"type\": \"paragraph_block\", \"value\": \"<h2>Welcome to the Wagtail Demo Site!</h2><p>If you've gotten this far, congratulations - you're running an instance of a killer content management system written for and on top of Django, <i>the framework for perfectionists with deadlines.</i></p><p>What does Wagtail get you that Django alone does not?\\u00a0</p><p></p><ul><li>Focus on content creators/managers, rather than developers (but developer-friendly!)</li><li>\\\"Page-centric\\\" content modeling</li><li>Beautiful, modern, intuitive user interface optimized for content people</li><li>Super-powerful hierarchical content management (\\\"content trees\\\")</li><li>User- and group-based permissions system attached to content hierarchies</li><li>Flexible image resizing with a ton of image display helpers</li><li>Innovative \\\"<a href=\\\"https://torchbox.com/blog/rich-text-fields-and-faster-horses/\\\">StreamFields</a>\\\" as an alternative to traditional \\\"anything goes\\\" rich text fields</li><li>Intuitive choosers for embedded Pages, Images, Documents and other content</li><li>Native integration with ElasticSearch to help you build powerful search features</li><li>Template tags to help create image renditions, smart links, and to navigate content trees</li></ul><p>If you're new to Wagtail, there are two primary paths to learning:</p><p></p><ul><li>The source code that powers this demo site</li><li>The official <a href=\\\"http://docs.wagtail.io/en/v1.9/getting_started/index.html\\\">tutorial</a></li></ul><h3>Wagtail Features Demonstrated in This Demo</h3><p></p><p>This demo is aimed primarily at developers wanting to learn more about the internals of Wagtail, and assumes you'll be reading its source code. After browsing the features, pay special attention to code we've used for:</p><p></p><ul><li>Dividing a project up into multiple apps</li><li>Custom content models and \\\"contexts\\\" in the \\\"breads\\\" and \\\"locations\\\" apps</li><li>A typical weblog in the \\\"blog\\\" app</li><li>Example of using a \\\"base\\\" app to contain misc additional functionality (e.g. Contact Form, About, etc.)</li><li>\\\"StandardPage\\\" model using mixins borrowed from other apps</li><li>Example of customizing the Wagtail Admin via <i>wagtail_hooks</i></li><li>Example of using the Wagtail \\\"snippets\\\" system to represent bread categories, countries and ingredients</li><li>Example of a custom \\\"Galleries\\\" feature that pulls in images used in other content types in the system</li><li>Example of creating ManyToMany relationships via the Ingredients feature on BreadPage</li><li>Lots more</li></ul><p></p><p></p>\"}]"
}
}
]