Emil

Results 5 comments of Emil

@huxaiphaer Sure. That's actually available in the Readme file by this [link](https://github.com/Borderless360/django-logic#display-process). Here is an example for a quick reference ``` from django_logic.display import * from demo.process import LockerProcess display_process(LockerProcess,...

@huxaiphaer yes, at this moment you need to write a script by yourself if you want to run it in the terminal.

@btrebbien I've used `chr(231)` as a group separator which I could find only by brute-force and comparing with the original barcode. According to the documentation it has to be 232...

@zenners sorry for late reply 😃 Since you have more than one process class related to the same model, it needs to define different process name. For example: ``` class...

@jamaalscarlett I receive the same error when try to send to a particular device or using your code. I've found a problem with content type, it works fine when I...