Skip to content

Commit

Permalink
add sponsors fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Haizzz committed Oct 28, 2018
1 parent cbf8e52 commit eaca965
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions main/fixtures/sponsors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"model": "main.sponsor",
"pk": 1,
"fields": {
"name": "EY",
"description": "Ernst & Young",
"logo_image": "https://www.ey.com/ecimages/EY-logo-li.png",
"created": "2018-10-28T10:49:13.749Z",
"updated": "2018-10-28T10:49:13.749Z"
}
}
]

0 comments on commit eaca965

Please sign in to comment.