Files @ 33305d27ac85
Branch filter:

Location: symposion_app/fixtures/flatpages.json

bsturmfels
Can just live in /tmp instead
[
{
  "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
    ]
  }
}
]