Skip to content

Commit

Permalink
Create sites.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DjangoCRM committed Sep 18, 2024
1 parent e489a79 commit 68fbf5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/fixtures/sites.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"model": "sites.site",
"pk": 1,
"fields": {
"domain": "localhost:8000",
"name": "CRM site on localhost"
}
}
]

0 comments on commit 68fbf5e

Please sign in to comment.