Skip to content

Commit 1b06958

Browse files
committed
Add default locale into fixtures.json
1 parent 51d4d39 commit 1b06958

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pythonkr_backend/fixtures.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"name": "Root"
1010
}
1111
},
12+
{
13+
"model": "wagtailcore.locale",
14+
"pk": 1,
15+
"fields": {
16+
"language_code": "en"
17+
}
18+
},
1219
{
1320
"model": "wagtailcore.page",
1421
"pk": 1,

0 commit comments

Comments
 (0)