Skip to content

Commit

Permalink
add index page fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgrant committed May 13, 2011
1 parent 21fd733 commit 90d2d07
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions easy_pages/fixtures/index.json
@@ -0,0 +1,23 @@
[
{
"pk": 1,
"model": "easy_pages.page",
"fields": {
"rght": 2,
"level": 0,
"parent": null,
"title": "Home",
"tree_id": 1,
"show_in_menu": true,
"priority": 0.5,
"url_cache": "",
"page_type": "link",
"template": "",
"published": true,
"lft": 1,
"lastmod": "2011-05-13 11:54:03",
"changefreq": "",
"slug": ""
}
},
]

0 comments on commit 90d2d07

Please sign in to comment.