/django/contrib/flatpages/fixtures/sample_flatpages.json
https://code.google.com/p/mango-py/ · JSON · 63 lines · 62 code · 1 blank · 0 comment · 0 complexity · a91820f6c476650018082d76138c0e5a MD5 · raw file
- [
- {
- "pk": 1,
- "model": "flatpages.flatpage",
- "fields": {
- "registration_required": false,
- "title": "A Flatpage",
- "url": "/flatpage/",
- "template_name": "",
- "sites": [
- 1
- ],
- "content": "Isn't it flat!",
- "enable_comments": false
- }
- },
- {
- "pk": 2,
- "model": "flatpages.flatpage",
- "fields": {
- "registration_required": false,
- "title": "A Nested Flatpage",
- "url": "/location/flatpage/",
- "template_name": "",
- "sites": [
- 1
- ],
- "content": "Isn't it flat and deep!",
- "enable_comments": false
- }
- },
- {
- "pk": 101,
- "model": "flatpages.flatpage",
- "fields": {
- "registration_required": true,
- "title": "Sekrit Flatpage",
- "url": "/sekrit/",
- "template_name": "",
- "sites": [
- 1
- ],
- "content": "Isn't it sekrit!",
- "enable_comments": false
- }
- },
- {
- "pk": 102,
- "model": "flatpages.flatpage",
- "fields": {
- "registration_required": true,
- "title": "Sekrit Nested Flatpage",
- "url": "/location/sekrit/",
- "template_name": "",
- "sites": [
- 1
- ],
- "content": "Isn't it sekrit and deep!",
- "enable_comments": false
- }
- }
- ]