From bd92ccdd745c01462b5af924f905ae279fa08362 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 23 Jul 2012 11:34:36 -0700 Subject: [PATCH] Update to our current IPs. I'm tired of syncdb overwriting them. --- .../bcmagic/fixtures/initial_data.json | 88 +++++++++---------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/htsworkflow/frontend/bcmagic/fixtures/initial_data.json b/htsworkflow/frontend/bcmagic/fixtures/initial_data.json index 1c82a26..7b48d0b 100644 --- a/htsworkflow/frontend/bcmagic/fixtures/initial_data.json +++ b/htsworkflow/frontend/bcmagic/fixtures/initial_data.json @@ -1,15 +1,15 @@ -[{"pk": 1, - "model": "bcmagic.keywordmap", - "fields": {"regex": "(?P[A-Fa-f0-9]+)", - "url_template": "/samples/freezer/{{ uuid }}/", +[{"pk": 1, + "model": "bcmagic.keywordmap", + "fields": {"regex": "(?P[A-Fa-f0-9]+)", + "url_template": "/samples/freezer/{{ uuid }}/", "keyword": "frzr"}}, - {"pk": 2, - "model": "bcmagic.keywordmap", - "fields": {"regex": "(?P[A-Fa-f0-9]+)", - "url_template": "/samples/container/{{ uuid }}/", + {"pk": 2, + "model": "bcmagic.keywordmap", + "fields": {"regex": "(?P[A-Fa-f0-9]+)", + "url_template": "/samples/container/{{ uuid }}/", "keyword": "cntr"}}, - {"pk": 3, - "model": "bcmagic.keywordmap", + {"pk": 3, + "model": "bcmagic.keywordmap", "fields": {"regex": "(?P\\d+)\\|(?P[A-Za-z0-9_\\- ]+)", "url_template": "/samples/sample/{{ sampleid }}/", "keyword": "s"}}, @@ -17,37 +17,37 @@ "model": "bcmagic.keywordmap", "fields": {"regex": "(?P[\\S\\s]+)", "url_template": "http://www.google.com/search?q={{ search }}", - "keyword": "gg"}}, - {"pk": 5, - "model": "bcmagic.keywordmap", - "fields": {"regex": "(?P[\\S\\s]+)", - "url_template": "http://www.flickr.com/search/?q={{ search }}", - "keyword": "flickr"}}, - {"pk": 6, - "model": "bcmagic.keywordmap", - "fields": {"regex": "(?P[A-Fa-f0-9]+)", - "url_template": "/inventory/{{ uuid }}/", - "keyword": "invu"}}, - {"pk": 7, - "model": "bcmagic.keywordmap", - "fields": {"regex": "(?P.+)", - "url_template": "/inventory/{{barcode_id}}/", - "keyword": "invb"}}, - {"pk": 1, - "model": "bcmagic.printer", - "fields": {"name": "ZM400 1.25x1", - "label_height": 1.0, - "notes": "Everyday use labels", - "label_width": 1.25, - "label_shape": "Square", - "model": "Zebra ZM400", - "ip_address": "131.215.54.194"}}, - {"pk": 2, - "model": "bcmagic.printer", - "fields": {"name": "ZM400 3x3", - "label_height": 3.0, - "notes": "Larger everyday use labels", - "label_width": 3.0, - "label_shape": "Square", - "model": "Zebra ZM400", - "ip_address": "131.215.34.199"}}] + "keyword": "gg"}}, + {"pk": 5, + "model": "bcmagic.keywordmap", + "fields": {"regex": "(?P[\\S\\s]+)", + "url_template": "http://www.flickr.com/search/?q={{ search }}", + "keyword": "flickr"}}, + {"pk": 6, + "model": "bcmagic.keywordmap", + "fields": {"regex": "(?P[A-Fa-f0-9]+)", + "url_template": "/inventory/{{ uuid }}/", + "keyword": "invu"}}, + {"pk": 7, + "model": "bcmagic.keywordmap", + "fields": {"regex": "(?P.+)", + "url_template": "/inventory/{{barcode_id}}/", + "keyword": "invb"}}, + {"pk": 1, + "model": "bcmagic.printer", + "fields": {"name": "ZM400 1.25x1", + "label_height": 1.0, + "notes": "Everyday use labels", + "label_width": 1.25, + "label_shape": "Square", + "model": "Zebra ZM400", + "ip_address": "131.215.34.116"}}, + {"pk": 2, + "model": "bcmagic.printer", + "fields": {"name": "ZM400 3x3", + "label_height": 3.0, + "notes": "Larger everyday use labels", + "label_width": 3.0, + "label_shape": "Square", + "model": "Zebra ZM400", + "ip_address": "131.215.34.117"}}] -- 2.30.2