django-downloadview/demo/demoproject/fixtures/demo.json
2024-08-05 10:53:19 +02:00

10 lines
179 B
JSON

[
{
"pk": 1,
"model": "object.document",
"fields": {
"slug": "hello-world",
"file": "object/hello-world.txt"
}
}
]