From ed6fbafb35ec9799ad182c45985355a2e0d67d50 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 30 Sep 2010 14:36:38 -0500 Subject: Update MirrorProtocol fixture data Move it to the correct location and add the new field. Also tidy up some of the instructions dealing with loading this data. Signed-off-by: Dan McGee --- main/fixtures/mirrorprotocols.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 main/fixtures/mirrorprotocols.json (limited to 'main') diff --git a/main/fixtures/mirrorprotocols.json b/main/fixtures/mirrorprotocols.json deleted file mode 100644 index 9e8932a..0000000 --- a/main/fixtures/mirrorprotocols.json +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "pk": 2, - "model": "main.mirrorprotocol", - "fields": { - "protocol": "ftp" - } - }, - { - "pk": 1, - "model": "main.mirrorprotocol", - "fields": { - "protocol": "http" - } - }, - { - "pk": 3, - "model": "main.mirrorprotocol", - "fields": { - "protocol": "rsync" - } - } -] -- cgit v1.2.3-24-g4f1b