Extending Models Django

228 views Asked by At

How to change the model fields of an existing model which is in a package? (pip install fcm-django - FCMDevices), I need to add extra columns to that model and rename some of the fields.

like column registration_id in (package model) need to rename as fcm_id

0

There are 0 answers