Update to our current IPs. I'm tired of syncdb overwriting them.
authorDiane Trout <diane@caltech.edu>
Mon, 23 Jul 2012 18:34:36 +0000 (11:34 -0700)
committerDiane Trout <diane@caltech.edu>
Mon, 23 Jul 2012 18:34:36 +0000 (11:34 -0700)
htsworkflow/frontend/bcmagic/fixtures/initial_data.json

index 1c82a26470cfc95d4e5f0a16baf80e34c390eea1..7b48d0b8736f7b3742ddad72dee474e5da00e6bf 100644 (file)
@@ -1,15 +1,15 @@
-[{"pk": 1, 
-  "model": "bcmagic.keywordmap", 
-  "fields": {"regex": "(?P<uuid>[A-Fa-f0-9]+)", 
-             "url_template": "/samples/freezer/{{ uuid }}/", 
+[{"pk": 1,
+  "model": "bcmagic.keywordmap",
+  "fields": {"regex": "(?P<uuid>[A-Fa-f0-9]+)",
+             "url_template": "/samples/freezer/{{ uuid }}/",
              "keyword": "frzr"}},
- {"pk": 2, 
-  "model": "bcmagic.keywordmap", 
-  "fields": {"regex": "(?P<uuid>[A-Fa-f0-9]+)", 
-             "url_template": "/samples/container/{{ uuid }}/", 
+ {"pk": 2,
+  "model": "bcmagic.keywordmap",
+  "fields": {"regex": "(?P<uuid>[A-Fa-f0-9]+)",
+             "url_template": "/samples/container/{{ uuid }}/",
              "keyword": "cntr"}},
- {"pk": 3, 
-  "model": "bcmagic.keywordmap", 
+ {"pk": 3,
+  "model": "bcmagic.keywordmap",
   "fields": {"regex": "(?P<sampleid>\\d+)\\|(?P<owner>[A-Za-z0-9_\\- ]+)",
              "url_template": "/samples/sample/{{ sampleid }}/",
              "keyword": "s"}},
   "model": "bcmagic.keywordmap",
   "fields": {"regex": "(?P<search>[\\S\\s]+)",
              "url_template": "http://www.google.com/search?q={{ search }}",
-             "keyword": "gg"}}, 
- {"pk": 5, 
-  "model": "bcmagic.keywordmap", 
-  "fields": {"regex": "(?P<search>[\\S\\s]+)", 
-             "url_template": "http://www.flickr.com/search/?q={{ search }}", 
-             "keyword": "flickr"}}, 
- {"pk": 6, 
-  "model": "bcmagic.keywordmap", 
-  "fields": {"regex": "(?P<uuid>[A-Fa-f0-9]+)", 
-             "url_template": "/inventory/{{ uuid }}/", 
-             "keyword": "invu"}}, 
- {"pk": 7, 
-  "model": "bcmagic.keywordmap", 
-  "fields": {"regex": "(?P<barcode_id>.+)", 
-             "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<search>[\\S\\s]+)",
+             "url_template": "http://www.flickr.com/search/?q={{ search }}",
+             "keyword": "flickr"}},
+ {"pk": 6,
+  "model": "bcmagic.keywordmap",
+  "fields": {"regex": "(?P<uuid>[A-Fa-f0-9]+)",
+             "url_template": "/inventory/{{ uuid }}/",
+             "keyword": "invu"}},
+ {"pk": 7,
+  "model": "bcmagic.keywordmap",
+  "fields": {"regex": "(?P<barcode_id>.+)",
+             "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"}}]