From c54880b03f9732cf659d2b143165fd54bd7f3383 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 19 Mar 2012 02:24:03 +0100 Subject: Add wordpress blog --- aggregator/fixtures/initial_data.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'aggregator') diff --git a/aggregator/fixtures/initial_data.json b/aggregator/fixtures/initial_data.json index 5926e9c..cb4ab5e 100644 --- a/aggregator/fixtures/initial_data.json +++ b/aggregator/fixtures/initial_data.json @@ -74,5 +74,17 @@ "uses_title": true, "favicon_ext": "ico" } + }, + { + "model": "aggregator.Feed", + "pk": 8, + "fields": { + "name": "Wordpress", + "base_url": "http://ryuslash.wordpress.com/", + "feed_url": "feed/", + "profile_url": "about/", + "uses_title": true, + "favicon_ext": "ico" + } } ] -- cgit v1.2.3-54-g00ecf