django-pushy icon indicating copy to clipboard operation
django-pushy copied to clipboard

Make the device model swappable

Open thedrow opened this issue 9 years ago • 3 comments

This will allow existing apps to use their own device models instead of the default django-pushy model.

thedrow avatar Feb 23 '16 17:02 thedrow

Thank you for suggesting this feature!

What additional fields would you need in your custom model other than what the current device model provides?

rakanalh avatar Feb 23 '16 17:02 rakanalh

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.

thedrow avatar Feb 24 '16 06:02 thedrow

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.

faridelnasire avatar Dec 29 '17 03:12 faridelnasire