Skip to content

Commit

Permalink
Add site to initial data fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Rivera committed Mar 21, 2017
1 parent 411a058 commit 36d9c72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ehb_service/apps/core/fixtures/initial_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"created": "2016-01-12T12:41:04.167"
}
},
{
"pk": 1,
"model": "sites.site",
"fields": {
"domain": "example.com",
"name": "example.com"
}
},
{
"pk": 1,
"model": "auth.user",
Expand Down

0 comments on commit 36d9c72

Please sign in to comment.