Skip to content
Snippets Groups Projects
Commit 5bb03409 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Add fixtures for LinkType and LicenseType

parent 6e41790c
No related branches found
No related tags found
No related merge requests found
[
{
"model": "program.licensetype",
"pk": 1,
"fields": {
"name": "cc0",
"type": "No Rights Reserved"
}
},
{
"model": "program.licensetype",
"pk": 2,
"fields": {
"name": "by",
"type": "Creative Commons Attribution"
}
},
{
"model": "program.licensetype",
"pk": 3,
"fields": {
"name": "by-sa",
"type": "Creative Commons Attribution-ShareAlike"
}
},
{
"model": "program.licensetype",
"pk": 4,
"fields": {
"name": "by-nc",
"type": "Creative Commons Attribution-NonCommercial"
}
},
{
"model": "program.licensetype",
"pk": 5,
"fields": {
"name": "by-nc-sa",
"type": "Creative Commons Attribution-NonCommercial-ShareAlike"
}
},
{
"model": "program.licensetype",
"pk": 6,
"fields": {
"name": "by-nd",
"type": "Creative Commons Attribution-NoDerivatives"
}
},
{
"model": "program.licensetype",
"pk": 7,
"fields": {
"name": "by-nc-nd",
"type": "Creative Commons Attribution-NonCommercial-NoDerivatives"
}
}
]
\ No newline at end of file
[
{
"model": "program.linktype",
"pk": 1,
"fields": {
"name": "homepage",
"type": "Homepage"
}
},
{
"model": "program.linktype",
"pk": 2,
"fields": {
"name": "website",
"type": "Website"
}
},
{
"model": "program.linktype",
"pk": 3,
"fields": {
"name": "cba-podcast",
"type": "CBA podcast"
}
},
{
"model": "program.linktype",
"pk": 4,
"fields": {
"name": "cba-post",
"type": "CBA post"
}
},
{
"model": "program.linktype",
"pk": 5,
"fields": {
"name": "soundcloud",
"type": "SoundCloud"
}
}
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment