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

/tests/modeltests/fixtures/fixtures/initial_data.json

https://code.google.com/p/mango-py/
JSON | 10 lines | 10 code | 0 blank | 0 comment | 0 complexity | 6cf1f44ab766e6a25e0d18125bf683be MD5 | raw file
Possible License(s): BSD-3-Clause
  1. [
  2. {
  3. "pk": "1",
  4. "model": "fixtures.article",
  5. "fields": {
  6. "headline": "Python program becomes self aware",
  7. "pub_date": "2006-06-16 11:00:00"
  8. }
  9. }
  10. ]