PageRenderTime 43ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 1ms

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

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