symposion_app/fixtures/flatpages.json

18 lines
326 B
JSON
Raw Normal View History

[
{
"model": "flatpages.flatpage",
"pk": 1,
"fields": {
"url": "/",
"title": "Home Page",
2020-10-05 12:13:28 +00:00
"content": "Here is the home page for LCA.\r\n\r\nOther pages to come.",
"enable_comments": false,
"template_name": "",
"registration_required": false,
"sites": [
1
]
}
}
]