/documents/fixtures/initial_data.json
JSON | 24 lines | 24 code | 0 blank | 0 comment | 0 complexity | b9951e3a62c8ab8eabb5cd7de75ad7df MD5 | raw file
- [
- {
- "model" : "documents.document",
- "pk" : 1,
- "fields" : {
- "title" : "First document",
- "description" : "This is a test document"
- }
- },{
- "model" : "documents.document",
- "pk" : 2,
- "fields" : {
- "title" : "Another document",
- "description" : "And yet another test"
- }
- },{
- "model" : "documents.document",
- "pk" : 3,
- "fields" : {
- "title" : "Document the Third",
- "description" : "Third is the last"
- }
- }
- ]