Skip to content

Commit

Permalink
sites
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Oct 23, 2024
1 parent 102f31c commit 2067981
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions codeforlife/user/fixtures/sites.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"model": "sites.Site",
"pk": 2,
"fields": {
"domain": "localhost:8000",
"name": "localhost:8000"
}
},
{
"model": "sites.Site",
"pk": 3,
"fields": {
"domain": "127.0.0.1:8000",
"name": "127.0.0.1:8000"
}
}
]

0 comments on commit 2067981

Please sign in to comment.