aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-29 14:37:50 +0200
committerGravatar Tom Willemsen2012-03-29 14:37:50 +0200
commit377d966a1a26ed93067af5cc480825674635b97d (patch)
treea96be556e2152bd310d56e10ed1fd5484432f322
parent39b95ff93cc1e836c8c6b2f205a90b937898d7ca (diff)
downloadryuslash.org-377d966a1a26ed93067af5cc480825674635b97d.tar.gz
ryuslash.org-377d966a1a26ed93067af5cc480825674635b97d.zip
Add StackOverflow feed
-rw-r--r--aggregator/fixtures/initial_data.json16
1 files changed, 15 insertions, 1 deletions
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 ]
}
}
]