Jordan Koncz
Jordan Koncz
And @wonsikin in my case it's a requirement to use a Code128 barcode. The barcodes I display in my app will need to be scanned by scanners which only support...
I would also be keen to use this functionality if it was implemented.
Getting the same problem. I think this library is making the assumption that the state is set up using ImmutableJS, resulting in this error when you are actually not using...
Also looking for a way to achieve this. My main use case is that I have lots of tasks which are quick to execute (sending emails, sending SMS, etc.) and...
Version 26.0.1410.64 on Windows 7 x64.
@autoferrit did you ever find a solution? I have the exact same setup as you (guessing you also started your project using https://github.com/pydanny/cookiecutter-django) and I'm getting the same "Name 'settings.AUTH_USER_MODEL'...
I've used django-fsm in a few projects and also had this question about how I can enforce new objects to be created with a particular status. @moseb your code seems...
I'm experiencing the same issue. @Inbal-Tish can you clarify how the `calendarHeight` prop is meant to be used? The description of this prop in the docs is just "Dynamic calendar...
I ran into this issue too, using the same services/frameworks as @davidllauce. I had `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` defined in my Django `settings.py`, however these were populated based on environment variables...
@dbkaplan Fair enough, yeah the effect of the permission logic is definitely fundamentally different for list permissions (applying filters to a query rather than returning a boolean response), it's just...