initial_data with real feeds

This commit is contained in:
Thomas NOËL 2011-04-21 22:25:49 +02:00
parent 7cd99abd48
commit e0a9f9df41
1 changed files with 12 additions and 2 deletions

View File

@ -3,8 +3,18 @@
"pk": 1,
"model": "base.feed",
"fields": {
"name": "e-marchespublics Fourniture",
"url": "http://www.e-marchespublics.com/rss/rss.php?v=2&l=10&c=Fourniture"
"url": "http://www.e-marchespublics.com/rss/rss.php?v=2&l=200&c=Fourniture",
"name": "e-marchespublics : fournitures",
"shortname": "e-mp/f"
}
},
{
"pk": 2,
"model": "base.feed",
"fields": {
"url": "http://www.e-marchespublics.com/rss/rss.php?v=2&l=200&c=Service",
"name": "e-marchespublics : services",
"shortname": "e-mp/s"
}
}
]