xtlc
xtlc
`ImportError: cannot import name 'FieldDoesNotExist' from 'django.db.models.fields' (..\venv\lib\site-packages\django\db\models\fields\__init__.py)` I also tried with a django-3.1.2 installation.
this is still happening a year later. Unfortunately the rendering of the form does not happen in jinja but in js/jquery for that part I think. Any chance of fixing...
You can simply add: ``` from pkg_resources import parse_version if parse_version(Image.__version__)>=parse_version('10.0.0'): Image.ANTIALIAS=Image.LANCZOS ``` after the line `from PIL import Image` In the conversion.py file of the brother_ql library.
I had the same issue, my workaround was to comment all `backgorund_tasks` related code, do the migrations and then uncomment it. Very unhappy about this approach, but works just fine.
I am having the exact same problem with that chip. I got surprised to always read "10 bytes at 0x4800 .. OK". The STM8S003F3 has 11 bytes and the file...
@martonmiklos thanks for your comment. Can you describe how you changed `:01480000AA0D` into `:0B4800000000FF01FE10EF00FF00FFB2`? Should it not start with `:**01**48000000**0D**FF01FE10EF00FF00FFB2` or sth similar? I must admit I can not follow...
In case anyone reads this and asks himself how this works for the stm8s003f3: `:044800AA09` `:04480100B2` `:044802FFB2` `:04480300B0` `:044804FFB0` `:04480500AE` `:044806FFAE` `:04480700AC` `:044808FFAC` `:04480900AA` `:04480AFFAA` `:030000FC` Every second row (except...