AmirMahmood

Results 2 issues of AmirMahmood

Is there any way to work OneSignal service with django-push-notifications? Or, is there any plan to support OneSignal in future?

In Custom Authentication section of documentation, there is database query in `__call__` method: ``` def __call__(self, scope): ... user = User.objects.get(id=int(scope["query_string"])) ... ``` It's OK with Django 2, but in...

documentation
exp/beginner