regluit/core/fixtures/initial_data.json

71 lines
1.5 KiB
JSON
Raw Normal View History

[
{
2011-11-06 19:49:33 +00:00
"pk": 1,
"model": "sites.site",
"fields": {
2011-11-06 19:49:33 +00:00
"domain": "unglue.it",
2011-09-08 17:00:37 +00:00
"name": "unglue.it"
}
2011-11-06 19:49:33 +00:00
},
{
"pk": 2,
"model": "sites.site",
"fields": {
"domain": "please.unglueit.com",
"name": "unglue.it development"
}
},
{
"pk": 3,
"model": "sites.site",
"fields": {
"domain": "localhost:8000",
"name": "unglue.it local development"
}
},
2011-11-06 19:04:31 +00:00
{
2011-11-06 19:49:33 +00:00
"pk": 1,
"model": "core.premium",
2011-11-06 19:49:33 +00:00
"fields": {
"campaign": null,
2011-11-06 20:01:41 +00:00
"amount": 1,
2011-11-06 19:49:33 +00:00
"type": "00",
"description": "The unglued ebook delivered to your inbox.",
"created": "2011-11-17 22:03:37"
2011-11-06 19:49:33 +00:00
}
},
2011-11-06 19:04:31 +00:00
{
2011-11-06 19:49:33 +00:00
"pk": 2,
"model": "core.premium",
2011-11-06 19:49:33 +00:00
"fields": {
"campaign": null,
2011-11-06 19:49:33 +00:00
"amount": 25,
"type": "00",
"description": "Your name under \"supporters\" in the acknowledgements section.",
"created": "2011-11-17 22:03:37"
2011-11-06 19:49:33 +00:00
}
},
2011-11-06 19:04:31 +00:00
{
2011-11-06 19:49:33 +00:00
"pk": 3,
"model": "core.premium",
2011-11-06 19:49:33 +00:00
"fields": {
"campaign": null,
2011-11-06 19:49:33 +00:00
"amount": 50,
"type": "00",
"description": "Your name and link of your choice under \"benefactors\"",
"created": "2011-11-17 22:03:37"
2011-11-06 19:49:33 +00:00
}
},
2011-11-06 19:04:31 +00:00
{
2011-11-06 19:49:33 +00:00
"pk": 4,
2011-11-06 20:02:40 +00:00
"model": "core.premium",
2011-11-06 19:49:33 +00:00
"fields": {
"campaign": null,
2011-11-06 19:49:33 +00:00
"amount": 100,
"type": "00",
"description": "Your name, link of your choice, and a brief message (140 characters max) under \"bibliophiles\"",
"created": "2011-11-17 22:03:37"
2011-11-06 19:49:33 +00:00
}
}
]