diff options
Diffstat (limited to 'lib/python2.7/site-packages/django/contrib/flatpages/fixtures/sample_flatpages.json')
-rw-r--r-- | lib/python2.7/site-packages/django/contrib/flatpages/fixtures/sample_flatpages.json | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/lib/python2.7/site-packages/django/contrib/flatpages/fixtures/sample_flatpages.json b/lib/python2.7/site-packages/django/contrib/flatpages/fixtures/sample_flatpages.json deleted file mode 100644 index 885af1e..0000000 --- a/lib/python2.7/site-packages/django/contrib/flatpages/fixtures/sample_flatpages.json +++ /dev/null @@ -1,63 +0,0 @@ -[ - { - "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 - } - } -]
\ No newline at end of file |