aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator/fixtures
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-10 03:04:13 +0100
committerGravatar Tom Willemsen2012-03-10 03:04:13 +0100
commit9648ce73fda47739be5465d8142c38bda588c6f6 (patch)
tree866100c62ede3bc0dab50b0dc19de4a4191c5fd4 /aggregator/fixtures
downloadryuslash.org-9648ce73fda47739be5465d8142c38bda588c6f6.tar.gz
ryuslash.org-9648ce73fda47739be5465d8142c38bda588c6f6.zip
Initial commit
Diffstat (limited to 'aggregator/fixtures')
-rw-r--r--aggregator/fixtures/initial_data.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/aggregator/fixtures/initial_data.json b/aggregator/fixtures/initial_data.json
new file mode 100644
index 0000000..76c6471
--- /dev/null
+++ b/aggregator/fixtures/initial_data.json
@@ -0,0 +1,43 @@
+[
+ {
+ "model": "aggregator.Feed",
+ "pk": 1,
+ "fields": {
+ "base_url": "http://www.advogato.org/",
+ "feed_url": "person/ryuslash/rss.xml",
+ "uses_title": false,
+ "favicon_ext": "ico"
+ }
+ },
+ {
+ "model": "aggregator.Feed",
+ "pk": 2,
+ "fields": {
+ "base_url": "http://diasp.org/",
+ "feed_url": "public/ryuslash.atom",
+ "uses_title": false,
+ "favicon_ext": "png",
+ "br2nl": true
+ }
+ },
+ {
+ "model": "aggregator.Feed",
+ "pk": 3,
+ "fields": {
+ "base_url": "http://identi.ca/",
+ "feed_url": "api/statuses/user_timeline/107950.rss",
+ "uses_title": false,
+ "favicon_ext": "ico"
+ }
+ },
+ {
+ "model": "aggregator.Feed",
+ "pk": 4,
+ "fields": {
+ "base_url": "https://github.com/",
+ "feed_url": "ryuslash.atom",
+ "uses_title": true,
+ "favicon_ext": "png"
+ }
+ }
+]