From 2c4ba3258d13a3981ab9774f50524714282631cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Sat, 9 Feb 2019 13:39:46 +0100 Subject: [PATCH] the actual (dev) domain name is localhost:8000 --- gestioncof/fixtures/sites.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestioncof/fixtures/sites.json b/gestioncof/fixtures/sites.json index a0d8c271..de965f9b 100644 --- a/gestioncof/fixtures/sites.json +++ b/gestioncof/fixtures/sites.json @@ -1,7 +1,7 @@ [ { "fields": { - "domain": "localhost", + "domain": "localhost:8000", "name": "GestioCOF - dev - local" }, "model": "sites.site",