• Dymo LabelWriter on Mac OSX - JavaScript

    Setup - Dymo LabelWriter 450 on Mac OSX The clinic software requires the ability to print labels adhoc and by event. This requires that the client be able to initiate the labels. There are no requirements that the backend server be able to print labels. Thank goodness. That requires something akin to a fulfillment center and probably integration with a 3rd app. Welcome: disparate stand-alone boxes. Install App and Drivers Good job guys.
  • Django Search: Multiple Fields and Full Text

    Text Search - Django Model Fields Django has a pretty flexible ORM, but sometimes clients need a free-form text search to get down to the content that you are looking for. It is beyond the capability of most engineers to build a comprehensive search tool and shoehorn it into an existing application. There are people working on these problems for years. This does remind me of a senior boss that asked me to add a fuzzy search field to an application and that it was “super simple”.
  • Dump Django Databases and Create Fixtures for Testing

    Fixtures are a Messy Mess It is quite a pain to maintain fixtures it seems. I am not sure why yet. Maybe there hasn’t been quite enough time on this piece of the product for it to mature. Django dumpdata I tried several different variations to dump the data. I’ll include a few of them here since they might actually work for someone else. python manage.py dumpdata > fixture.json