From 377d966a1a26ed93067af5cc480825674635b97d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 29 Mar 2012 14:37:50 +0200 Subject: Add StackOverflow feed --- aggregator/fixtures/initial_data.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/aggregator/fixtures/initial_data.json b/aggregator/fixtures/initial_data.json index a07594b..3195aaa 100644 --- a/aggregator/fixtures/initial_data.json +++ b/aggregator/fixtures/initial_data.json @@ -105,7 +105,21 @@ "feed_url": "feed/", "profile_url": "about/", "uses_title": true, - "favicon_ext": "ico" + "favicon_ext": "ico", + "categories": [ 1 ] + } + }, + { + "model": "aggregator.Feed", + "pk": 9, + "fields": { + "name": "StackOverflow", + "base_url": "http://stackoverflow.com/", + "feed_url": "feeds/user/459915", + "profile_url": "users/459915/ryuslash", + "uses_title": true, + "favicon_ext": "ico", + "categories": [ 1 ] } } ] -- cgit v1.2.3-54-g00ecf