From af814c77d845b3b59d3f750470c047ab0a1c4ee0 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Sun, 29 Apr 2012 16:32:33 +0200 Subject: [PATCH] update fixtures/initial_data.json --- base/fixtures/initial_data.json | 88 +++++++++++++++++++++------------ 1 file changed, 57 insertions(+), 31 deletions(-) diff --git a/base/fixtures/initial_data.json b/base/fixtures/initial_data.json index de27225..ff2248f 100644 --- a/base/fixtures/initial_data.json +++ b/base/fixtures/initial_data.json @@ -1,32 +1,58 @@ [ - { - "pk": 1, - "model": "base.feed", - "fields": { - "url": "http://www.e-marchespublics.com/rss/rss.php?v=2&l=500&c=Fourniture", - "name": "e-marchespublics : fournitures", - "shortname": "e-mp/f", - "regex": ".*(web|internet|logiciel|informati|grc|citoyen)" - } - }, - { - "pk": 2, - "model": "base.feed", - "fields": { - "url": "http://www.e-marchespublics.com/rss/rss.php?v=2&l=500&c=Service", - "name": "e-marchespublics : services", - "shortname": "e-mp/s", - "regex": ".*(web|internet|logiciel|informati|grc|citoyen)" - } - }, - { - "pk": 3, - "model": "base.feed", - "fields": { - "url": "http://www.marchesonline.com/mol/rss/appels-d-offres-services-informatiques.xml", - "name": "marchesonline: services informatiques", - "shortname": "mol/info", - "regex": ".*" - } - } -] + { + "pk": 1, + "model": "base.feed", + "fields": { + "regex": ".*(web|internet|logiciel|informati|grc|citoyen)", + "regex_exclude": "", + "name": "e-marchespublics : fournitures", + "parsed_date": "2012-04-29 16:20:14", + "url": "https://www.e-marchespublics.com/rss/rss.php?v=2&l=500&c=Fourniture", + "add_date": "2011-04-21 22:26:09", + "duration": 30, + "shortname": "e-mp/f" + } + }, + { + "pk": 2, + "model": "base.feed", + "fields": { + "regex": ".*(web|internet|logiciel|informati|grc|citoyen)", + "regex_exclude": "", + "name": "e-marchespublics : services", + "parsed_date": "2012-04-29 16:20:20", + "url": "https://www.e-marchespublics.com/rss/rss.php?v=2&l=500&c=Service", + "add_date": "2011-04-21 22:26:09", + "duration": 30, + "shortname": "e-mp/s" + } + }, + { + "pk": 3, + "model": "base.feed", + "fields": { + "regex": ".*", + "regex_exclude": "", + "name": "marchesonline : services informatiques", + "parsed_date": "2012-04-29 16:20:31", + "url": "http://www.marchesonline.com/mol/rss/appels-d-offres-services-informatiques.xml", + "add_date": "2011-04-27 15:50:31", + "duration": 30, + "shortname": "mol/info" + } + }, + { + "pk": 4, + "model": "base.feed", + "fields": { + "regex": ".*", + "regex_exclude": "", + "name": "TED | Informatique et services connexes | FR", + "parsed_date": "2012-04-29 16:20:32", + "url": "http://ted.europa.eu/TED/rss/fr/RSS_comp_FR.xml", + "add_date": "2011-05-14 23:20:18", + "duration": 30, + "shortname": "ted" + } + } +] \ No newline at end of file