aboutsummaryrefslogtreecommitdiffstats
path: root/aggregator
diff options
context:
space:
mode:
Diffstat (limited to 'aggregator')
-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 a5d8676..a07594b 100644
--- a/aggregator/fixtures/initial_data.json
+++ b/aggregator/fixtures/initial_data.json
@@ -95,5 +95,17 @@
"favicon_ext": "ico",
"categories": [ 1 ]
}
+ },
+ {
+ "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"
+ }
}
]