symposion_app/fixtures/flatpages.json
2022-12-08 00:08:54 +10:00

17 lines
318 B
JSON

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