diff --git a/base/fixtures/initial_data.json b/base/fixtures/initial_data.json index 3f752fd..63157aa 100644 --- a/base/fixtures/initial_data.json +++ b/base/fixtures/initial_data.json @@ -3,7 +3,7 @@ "pk": 1, "model": "base.feed", "fields": { - "url": "http://www.e-marchespublics.com/rss/rss.php?v=2&l=200&c=Fourniture", + "url": "http://www.e-marchespublics.com/rss/rss.php?v=2&l=500&c=Fourniture", "name": "e-marchespublics : fournitures", "shortname": "e-mp/f" } @@ -12,9 +12,18 @@ "pk": 2, "model": "base.feed", "fields": { - "url": "http://www.e-marchespublics.com/rss/rss.php?v=2&l=200&c=Service", + "url": "http://www.e-marchespublics.com/rss/rss.php?v=2&l=500&c=Service", "name": "e-marchespublics : services", "shortname": "e-mp/s" } + }, + { + "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" + } } ]