symposion_app/fixtures/flatpages.json

18 lines
318 B
JSON
Raw Normal View History

[
{
"model": "flatpages.flatpage",
"pk": 1,
"fields": {
"url": "/",
"title": "Home Page",
2022-12-07 14:08:54 +00:00
"content": "Here is the home page.\r\n\r\nOther pages to come.",
"enable_comments": false,
"template_name": "",
"registration_required": false,
"sites": [
1
]
}
}
]