Update to our current IPs. I'm tired of syncdb overwriting them.
[htsworkflow.git] / htsworkflow / frontend / bcmagic / fixtures / initial_data.json
1 [{"pk": 1,
2   "model": "bcmagic.keywordmap",
3   "fields": {"regex": "(?P<uuid>[A-Fa-f0-9]+)",
4              "url_template": "/samples/freezer/{{ uuid }}/",
5              "keyword": "frzr"}},
6  {"pk": 2,
7   "model": "bcmagic.keywordmap",
8   "fields": {"regex": "(?P<uuid>[A-Fa-f0-9]+)",
9              "url_template": "/samples/container/{{ uuid }}/",
10              "keyword": "cntr"}},
11  {"pk": 3,
12   "model": "bcmagic.keywordmap",
13   "fields": {"regex": "(?P<sampleid>\\d+)\\|(?P<owner>[A-Za-z0-9_\\- ]+)",
14              "url_template": "/samples/sample/{{ sampleid }}/",
15              "keyword": "s"}},
16  {"pk": 4,
17   "model": "bcmagic.keywordmap",
18   "fields": {"regex": "(?P<search>[\\S\\s]+)",
19              "url_template": "http://www.google.com/search?q={{ search }}",
20              "keyword": "gg"}},
21  {"pk": 5,
22   "model": "bcmagic.keywordmap",
23   "fields": {"regex": "(?P<search>[\\S\\s]+)",
24              "url_template": "http://www.flickr.com/search/?q={{ search }}",
25              "keyword": "flickr"}},
26  {"pk": 6,
27   "model": "bcmagic.keywordmap",
28   "fields": {"regex": "(?P<uuid>[A-Fa-f0-9]+)",
29              "url_template": "/inventory/{{ uuid }}/",
30              "keyword": "invu"}},
31  {"pk": 7,
32   "model": "bcmagic.keywordmap",
33   "fields": {"regex": "(?P<barcode_id>.+)",
34              "url_template": "/inventory/{{barcode_id}}/",
35              "keyword": "invb"}},
36  {"pk": 1,
37   "model": "bcmagic.printer",
38   "fields": {"name": "ZM400 1.25x1",
39              "label_height": 1.0,
40              "notes": "Everyday use labels",
41              "label_width": 1.25,
42              "label_shape": "Square",
43              "model": "Zebra ZM400",
44              "ip_address": "131.215.34.116"}},
45  {"pk": 2,
46   "model": "bcmagic.printer",
47   "fields": {"name": "ZM400 3x3",
48              "label_height": 3.0,
49              "notes": "Larger everyday use labels",
50              "label_width": 3.0,
51              "label_shape": "Square",
52              "model": "Zebra ZM400",
53              "ip_address": "131.215.34.117"}}]