Skip to content

Commit

Permalink
Added pages fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolerd committed Jul 23, 2015
1 parent 33f4e48 commit 804dc69
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions fixtures/init-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,37 @@
"city_id": 3,
"salary": "$2500"
}
},

{
"model": "project.models.Page",
"fields": {
"title": "Проекты",
"url": "/projects"
}
},

{
"model": "project.models.Page",
"fields": {
"title": "О компании",
"url": "/company"
}
},

{
"model": "project.models.Page",
"fields": {
"title": "Контакты",
"url": "/contacts"
}
},

{
"model": "project.models.Page",
"fields": {
"title": "Главная",
"url": "/"
}
}
]

0 comments on commit 804dc69

Please sign in to comment.