aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'aggregator/fixtures')
-rw-r--r--aggregator/fixtures/initial_data.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/aggregator/fixtures/initial_data.json b/aggregator/fixtures/initial_data.json
index 76c6471..58fb2d4 100644
--- a/aggregator/fixtures/initial_data.json
+++ b/aggregator/fixtures/initial_data.json
@@ -3,8 +3,10 @@
"model": "aggregator.Feed",
"pk": 1,
"fields": {
+ "name": "Advogato",
"base_url": "http://www.advogato.org/",
"feed_url": "person/ryuslash/rss.xml",
+ "profile_url": "person/ryuslash",
"uses_title": false,
"favicon_ext": "ico"
}
@@ -13,8 +15,10 @@
"model": "aggregator.Feed",
"pk": 2,
"fields": {
+ "name": "Diasp*",
"base_url": "http://diasp.org/",
"feed_url": "public/ryuslash.atom",
+ "profile_url": "public/ryuslash",
"uses_title": false,
"favicon_ext": "png",
"br2nl": true
@@ -24,8 +28,10 @@
"model": "aggregator.Feed",
"pk": 3,
"fields": {
+ "name": "Identi.ca",
"base_url": "http://identi.ca/",
"feed_url": "api/statuses/user_timeline/107950.rss",
+ "profile_url": "ryuslash",
"uses_title": false,
"favicon_ext": "ico"
}
@@ -34,8 +40,10 @@
"model": "aggregator.Feed",
"pk": 4,
"fields": {
+ "name": "Github",
"base_url": "https://github.com/",
"feed_url": "ryuslash.atom",
+ "profile_url": "ryuslash",
"uses_title": true,
"favicon_ext": "png"
}