From fcb9a832940a1636e8734fada51e93f1f763a96e Mon Sep 17 00:00:00 2001 From: eshellman Date: Thu, 8 Sep 2011 14:00:37 -0300 Subject: [PATCH] the name of the site is unglue.it --- core/fixtures/initial_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/fixtures/initial_data.json b/core/fixtures/initial_data.json index 8fbafd9d..f2373fc9 100644 --- a/core/fixtures/initial_data.json +++ b/core/fixtures/initial_data.json @@ -3,8 +3,8 @@ "model": "sites.site", "pk": 1, "fields": { - "domain": "ungluit.com", - "name": "ungluit" + "domain": "unglue.it", + "name": "unglue.it" } } ]