Skip to content

Instantly share code, notes, and snippets.

@mansha99
Created July 4, 2023 17:28
Show Gist options
  • Save mansha99/64b2380f89c1766daa1e43aa11d4008d to your computer and use it in GitHub Desktop.
Save mansha99/64b2380f89c1766daa1e43aa11d4008d to your computer and use it in GitHub Desktop.
notice_app/notices/fixtures/notices.json
[
{
"model": "notices.Notice",
"pk": 1,
"fields": {
"title": "This is Notice 1",
"description": "This is description of Notice 1"
}
},
{
"model": "notices.Notice",
"pk": 2,
"fields": {
"title": "This is Notice 2",
"description": "This is description of Notice 2"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment