moved fixtures into app folders

This commit is contained in:
2024-01-17 21:54:35 +00:00
parent 70618f2bdb
commit 77dc45044b
8 changed files with 44 additions and 44 deletions

View File

@ -0,0 +1,42 @@
[
{
"model": "authentication.department",
"pk": "4e245769-6b67-4a6e-b804-54a3ceb3b8c0",
"fields": {
"title": "Development",
"icon": null
}
},
{
"model": "authentication.department",
"pk": "85b46ae8-0a19-48b7-8a21-a01abd78a470",
"fields": {
"title": "Marketing",
"icon": null
}
},
{
"model": "authentication.department",
"pk": "a6517555-0bcc-4baa-8e2f-798916562b1c",
"fields": {
"title": "Management",
"icon": null
}
},
{
"model": "authentication.department",
"pk": "bae35c7a-a929-4465-b70f-03254b0774e0",
"fields": {
"title": "Sales",
"icon": null
}
},
{
"model": "authentication.department",
"pk": "c2bbabd7-05ac-4bc8-97a3-15bafdb478d9",
"fields": {
"title": "Business Strategy",
"icon": null
}
}
]