Advertisement
marksweb

basic_db.json

Sep 13th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. [
  2. {
  3. "pk": 1,
  4. "model": "sites.site",
  5. "fields": {
  6. "domain": "example.com",
  7. "name": "example.com"
  8. }
  9. },
  10. {
  11. "pk": 1,
  12. "model": "south.migrationhistory",
  13. "fields": {
  14. "applied": "2013-09-12T14:44:21.710",
  15. "app_name": "django",
  16. "migration": "0001_initial"
  17. }
  18. },
  19. {
  20. "pk": 2,
  21. "model": "south.migrationhistory",
  22. "fields": {
  23. "applied": "2013-09-12T14:44:21.817",
  24. "app_name": "djcelery",
  25. "migration": "0001_initial"
  26. }
  27. },
  28. {
  29. "pk": 3,
  30. "model": "south.migrationhistory",
  31. "fields": {
  32. "applied": "2013-09-12T14:44:21.850",
  33. "app_name": "djcelery",
  34. "migration": "0002_v25_changes"
  35. }
  36. },
  37. {
  38. "pk": 4,
  39. "model": "south.migrationhistory",
  40. "fields": {
  41. "applied": "2013-09-12T14:44:21.873",
  42. "app_name": "djcelery",
  43. "migration": "0003_v26_changes"
  44. }
  45. },
  46. {
  47. "pk": 5,
  48. "model": "south.migrationhistory",
  49. "fields": {
  50. "applied": "2013-09-12T14:44:21.912",
  51. "app_name": "djcelery",
  52. "migration": "0004_v30_changes"
  53. }
  54. },
  55. {
  56. "pk": 6,
  57. "model": "south.migrationhistory",
  58. "fields": {
  59. "applied": "2013-09-12T14:44:22.619",
  60. "app_name": "bptrti",
  61. "migration": "0001_initial"
  62. }
  63. },
  64. {
  65. "pk": 7,
  66. "model": "south.migrationhistory",
  67. "fields": {
  68. "applied": "2013-09-12T14:44:23.635",
  69. "app_name": "bptrti",
  70. "migration": "0002_3c"
  71. }
  72. },
  73. {
  74. "pk": 8,
  75. "model": "south.migrationhistory",
  76. "fields": {
  77. "applied": "2013-09-12T14:44:24.807",
  78. "app_name": "bptrti",
  79. "migration": "0003_4a"
  80. }
  81. },
  82. {
  83. "pk": 9,
  84. "model": "south.migrationhistory",
  85. "fields": {
  86. "applied": "2013-09-12T14:44:25.069",
  87. "app_name": "bptrti",
  88. "migration": "0004_4a_recoverableamounts_0tonull"
  89. }
  90. },
  91. {
  92. "pk": 10,
  93. "model": "south.migrationhistory",
  94. "fields": {
  95. "applied": "2013-09-12T14:44:25.749",
  96. "app_name": "bptrti",
  97. "migration": "0005_4b"
  98. }
  99. },
  100. {
  101. "pk": 11,
  102. "model": "south.migrationhistory",
  103. "fields": {
  104. "applied": "2013-09-12T14:44:26.027",
  105. "app_name": "bptrti_submission",
  106. "migration": "0001_initial"
  107. }
  108. },
  109. {
  110. "pk": 1,
  111. "model": "django.queue",
  112. "fields": {
  113. "name": "celery"
  114. }
  115. },
  116. {
  117. "pk": 2,
  118. "model": "django.queue",
  119. "fields": {
  120. "name": "dev3xs03.celery.pidbox"
  121. }
  122. },
  123. {
  124. "pk": 1,
  125. "model": "bptrti.bptrti_settings",
  126. "fields": {
  127. "lastupdate": null,
  128. "updateavailable": false,
  129. "maxbackupfoldersize": 0,
  130. "language": "en",
  131. "window_height": 1014,
  132. "assistivesupport": false,
  133. "updatefreq": "startup",
  134. "window_width": 1720,
  135. "lastbackup": "2013-09-12T14:44:30.619",
  136. "autoupdate": true,
  137. "autobackup": true,
  138. "window_y": 58,
  139. "window_x": 96,
  140. "last_used_directory": null,
  141. "backupfreq": "daily"
  142. }
  143. }
  144. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement