aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator
diff options
context:
space:
mode:
Diffstat (limited to 'aggregator')
-rw-r--r--aggregator/fixtures/initial_data.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/aggregator/fixtures/initial_data.json b/aggregator/fixtures/initial_data.json
index 36e1d3f..eaa1d70 100644
--- a/aggregator/fixtures/initial_data.json
+++ b/aggregator/fixtures/initial_data.json
@@ -52,5 +52,15 @@
"feed_url": "~ryuslash/feed.atom",
"profile_url": "~ryuslash"
}
+ },
+ {
+ "model": "aggregator.Feed",
+ "pk": 6,
+ "fields": {
+ "name": "Github",
+ "base_url": "http://ryuslash.github.com/",
+ "feed_url": "atom.xml",
+ "uses_title": true
+ }
}
]