From b3bfa2edc2900e2b10ea0543813aae6449606401 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Fri, 27 Jan 2012 15:45:58 +0000 Subject: [PATCH] Added a site for ry-dyndns --- core/fixtures/initial_data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/fixtures/initial_data.json b/core/fixtures/initial_data.json index afe77bf9..502cbdc4 100644 --- a/core/fixtures/initial_data.json +++ b/core/fixtures/initial_data.json @@ -23,6 +23,14 @@ "name": "unglue.it local development" } }, + { + "pk": 4, + "model": "sites.site", + "fields": { + "domain": "ry-dev.dyndns.org", + "name": "ry-dev development" + } + }, { "pk": 1, "model": "core.premium",