-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devices should belong to users #8
Comments
My current issue is that the built in serializers in django-fcm do not support my custom Device model. |
I fixed the serializer issue in my fork of I will have to investigate later. |
Yes!!! I have no clue why this is the case... supposedly Heroku is fetching all of the code from the git repo I specify in But prepending |
How to extend the Device model:
https://django-fcm.readthedocs.io/en/latest/extending_device.html
This is an example of someone extending the Device model to have User as a foreign key: Chitrank-Dixit/django-fcm#29
The text was updated successfully, but these errors were encountered: