initial_data += marchesonline

This commit is contained in:
Thomas NOËL 2011-04-28 10:01:32 +02:00
parent c4b67cd40d
commit 41a769d0a4
1 changed files with 11 additions and 2 deletions

View File

@ -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"
}
}
]