Some settings for the bcprinter app (work in progress)
authorBrandon King <kingb@caltech.edu>
Fri, 22 May 2009 23:11:32 +0000 (23:11 +0000)
committerBrandon King <kingb@caltech.edu>
Fri, 22 May 2009 23:11:32 +0000 (23:11 +0000)
samplebc/settings.py

index eb8d99ec81d0bddc67c90615ac3429237c552e01..dda92e5544cff3a425b7a84a8e5cf20100734eb2 100644 (file)
@@ -99,6 +99,14 @@ FIXTURE_DIRS = (
 
 HTSW_ST_APPNAME = 'HTSW-SampleTracker'
 
+BCPRINTER_PRINTER_BRAND_LIST = ( ('Zebra', 'Zebra'), )
+BCPRINTER_PRINTER_MODEL_LIST = ( ('ZM400', 'ZM400'),
+                                 ('ZM600', 'ZM600') )
+BCPRINTER_PRINT_METHOD_LIST =  ( ('ftp', 'ftp'),
+                                 ('socket', 'socket') )
+
+PRINTER_HOST = '192.168.0.15'
+PRINTER_PORT = 9100
 
 HTSW_SAMPLE_ID_TEMPLATE = '%08d'