PageRenderTime 15ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/pendulum/fixtures/projects.json

https://code.google.com/p/django-pendulum/
JSON | 35 lines | 35 code | 0 blank | 0 comment | 0 complexity | f9439e4133d6d1bc676068634449c3cd MD5 | raw file
  1. [
  2. {
  3. "pk": 1,
  4. "model": "pendulum.Project",
  5. "fields": {
  6. "name": "Sample Project 1",
  7. "is_active": 1,
  8. "sites": [
  9. 1
  10. ]
  11. }
  12. },
  13. {
  14. "pk": 2,
  15. "model": "pendulum.Project",
  16. "fields": {
  17. "name": "Sample Project 2",
  18. "is_active": 1,
  19. "sites": [
  20. 1
  21. ]
  22. }
  23. },
  24. {
  25. "pk": 3,
  26. "model": "pendulum.Project",
  27. "fields": {
  28. "name": "Sample Inactive Project",
  29. "is_active": 0,
  30. "sites": [
  31. 1
  32. ]
  33. }
  34. }
  35. ]