expo-server-sdk-python icon indicating copy to clipboard operation
expo-server-sdk-python copied to clipboard

Question: Which library is being used in the example

Open pablop94 opened this issue 2 years ago • 0 comments

In the example, when the device is not found, the following code is executed:

from notifications.models import PushToken
PushToken.objects.filter(token=token).update(active=False)

Which library is being used to manage PushToken, is it some django related implementation?

pablop94 avatar Aug 10 '22 23:08 pablop94