From 9648ce73fda47739be5465d8142c38bda588c6f6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 10 Mar 2012 03:04:13 +0100 Subject: Initial commit --- aggregator/fixtures/initial_data.json | 43 +++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 aggregator/fixtures/initial_data.json (limited to 'aggregator/fixtures') 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" + } + } +] -- cgit v1.2.3-54-g00ecf