Alain Scialoja

Results 4 issues of Alain Scialoja

I have a user resource registered with potion: ``` class UserResource(ModelResource): class Meta: model = User class Schema: organization = fields.ToOne('organization') @Route.GET def me(self) -> fields.Integer: print('Never get's here' with...

I use Django Channels to manage websockets. I have configured Django-Q to use Django ORM as a broker. In the WS message handler I store some data in DB, then...

The example for the [header_handler](https://github.com/mattupstate/flask-jwt/blob/c27084114e258863b82753fc574a362cd6c62fcd/flask_jwt/__init__.py#L353-L357) is a copy-paste of pauload_handlers example:

Hi @Maxvien, I've just landed on your project after researching possible solutions to build a storefront for a project I'm working on. I'd like to suggest to add an explanation...