chore: initial.json
This commit is contained in:
0
backend/app/fixtures/__init__.py
Executable file
0
backend/app/fixtures/__init__.py
Executable file
29
backend/app/fixtures/initial.json
Normal file
29
backend/app/fixtures/initial.json
Normal file
@@ -0,0 +1,29 @@
|
||||
[
|
||||
{
|
||||
"model": "app.content",
|
||||
"fields": {
|
||||
"key": "info",
|
||||
"title": "About",
|
||||
"body": "about this project",
|
||||
"wide": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "app.content",
|
||||
"fields": {
|
||||
"key": "imprint",
|
||||
"title": "Imprint",
|
||||
"body": "your imprint",
|
||||
"wide": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "app.content",
|
||||
"fields": {
|
||||
"key": "come-back-later",
|
||||
"title": "Not Available",
|
||||
"body": "come back later",
|
||||
"wide": false
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user