PageRenderTime 24ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/documents/fixtures/initial_data.json

http://django-jchat.googlecode.com/
JSON | 24 lines | 24 code | 0 blank | 0 comment | 0 complexity | b9951e3a62c8ab8eabb5cd7de75ad7df MD5 | raw file
  1. [
  2. {
  3. "model" : "documents.document",
  4. "pk" : 1,
  5. "fields" : {
  6. "title" : "First document",
  7. "description" : "This is a test document"
  8. }
  9. },{
  10. "model" : "documents.document",
  11. "pk" : 2,
  12. "fields" : {
  13. "title" : "Another document",
  14. "description" : "And yet another test"
  15. }
  16. },{
  17. "model" : "documents.document",
  18. "pk" : 3,
  19. "fields" : {
  20. "title" : "Document the Third",
  21. "description" : "Third is the last"
  22. }
  23. }
  24. ]