regluit/core/fixtures/initial_data.json

51 lines
1.0 KiB
JSON

[
{
"pk": 1,
"model": "sites.site",
"fields": {
"domain": "unglue.it",
"name": "unglue.it"
}
},
{
"pk": 1,
"model": "core.premium",
"fields": {
"campaign": null,
"amount": 1,
"type": "00",
"description": "The unglued ebook delivered to your inbox."
}
},
{
"pk": 2,
"model": "core.premium",
"fields": {
"campaign": null,
"amount": 25,
"type": "00",
"description": "Your name under \"supporters\" in the acknowledgements section."
}
},
{
"pk": 3,
"model": "core.premium",
"fields": {
"campaign": null,
"amount": 50,
"type": "00",
"description": "Your name and link of your choice under \"benefactors\""
}
},
{
"pk": 4,
"model": "core.premium",
"fields": {
"campaign": null,
"amount": 100,
"type": "00",
"description": "Your name, link of your choice, and a brief message (140 characters max) under \"bibliophiles\""
}
}
]