moved fixtures into app folders
This commit is contained in:
42
apps/authentication/fixtures/department.json
Normal file
42
apps/authentication/fixtures/department.json
Normal 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
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user