regluit/core/fixtures/initial_data.json

114 lines
2.3 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"
}
},
{
"pk": 4,
"model": "sites.site",
"fields": {
"domain": "ry-dev.unglueit.com",
"name": "ry-dev development"
}
},
{
"pk": 5,
"model": "sites.site",
"fields": {
"domain": "just.unglueit.com",
"name": "unglue.it staging"
}
},
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 username 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 username and profile URL 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 username, profile URL, and profile tagline under \"bibliophiles\"",
"created": "2011-11-17 22:03:37"
2011-11-06 19:49:33 +00:00
}
},
{
"pk": 150,
"model": "core.premium",
"fields": {
"campaign": null,
"amount": 0,
"type": "00",
"description": "No premium, thanks! I just want to help unglue.",
"created": "2011-11-17 22:03:37"
}
2012-08-15 01:15:31 +00:00
},
2012-08-07 02:34:20 +00:00
{
"pk": 1,
"model": "core.badge",
"fields": {
"name": "pledger",
"description": "a pledger"
}
},
{
"pk": 2,
"model": "core.badge",
"fields": {
"name": "pledger2",
"description": "a repeat pledger"
2012-08-07 02:34:20 +00:00
}
2011-11-06 19:49:33 +00:00
}
]