diff options
Diffstat (limited to 'chimere/fixtures/initial_data.json')
| -rw-r--r-- | chimere/fixtures/initial_data.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chimere/fixtures/initial_data.json b/chimere/fixtures/initial_data.json index 629c092..6195e7e 100644 --- a/chimere/fixtures/initial_data.json +++ b/chimere/fixtures/initial_data.json @@ -1027,5 +1027,27 @@ "name": "Iframe", "mime_type": "" } + }, + { + "pk": 11, + "model": "chimere.multimediatype", + "fields": { + "available": true, + "media_type": "V", + "iframe": true, + "name": "Dailymotion", + "mime_type": "" + } + }, + { + "pk": 12, + "model": "chimere.multimediatype", + "fields": { + "available": true, + "media_type": "V", + "iframe": true, + "name": "Vimeo", + "mime_type": "" + } } ] |
