django-pushy
django-pushy copied to clipboard
Make the device model swappable
This will allow existing apps to use their own device models instead of the default django-pushy model.
Thank you for suggesting this feature!
What additional fields would you need in your custom model other than what the current device model provides?
Each application is different. In an application I developed we used to store the app version installed, the OS version and a lot more data about the device.
Any updates on this? We need this on our end too, hoping I don't have to create a linked separate model just for Device metadata.