expo-community / expo-server-sdk-python

Exponent Server SDK
MIT License
143 stars 42 forks source link

Question: Which library is being used in the example #50

Closed pablop94 closed 1 year ago

pablop94 commented 2 years ago

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?

jessebrennan commented 1 year ago

This looks like Django code to me 👍