diff --git a/fixtures/sites.json b/fixtures/sites.json new file mode 100644 index 0000000000000000000000000000000000000000..5d2c044b50174d04b370b632c00c5d4fbfcd4cd6 --- /dev/null +++ b/fixtures/sites.json @@ -0,0 +1,18 @@ +[ + { + "pk": 1, + "model": "sites.site", + "fields": { + "domain": "localhost:8000", + "name": "PinaxCon" + } + }, + { + "pk": 2, + "model": "sites.site", + "fields": { + "domain": "conference.pinaxproject.com", + "name": "PinaxCon" + } + } +]