aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator/fixtures/initial_data.json
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-19 02:24:03 +0100
committerGravatar Tom Willemsen2012-03-19 02:24:03 +0100
commitc54880b03f9732cf659d2b143165fd54bd7f3383 (patch)
tree43ca39e991f032f2ce6656f5ac649cedfafeb872 /aggregator/fixtures/initial_data.json
parent783b54230ea7cc6595c69dd14df24dcb147a473d (diff)
downloadryuslash.org-c54880b03f9732cf659d2b143165fd54bd7f3383.tar.gz
ryuslash.org-c54880b03f9732cf659d2b143165fd54bd7f3383.zip
Add wordpress blog
Diffstat (limited to 'aggregator/fixtures/initial_data.json')
-rw-r--r--aggregator/fixtures/initial_data.json12
1 files changed, 12 insertions, 0 deletions
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"
+ }
}
]