bogdal / django-gcm

Google Cloud Messaging Server in Django
https://django-gcm.readthedocs.org
BSD 2-Clause "Simplified" License
98 stars 42 forks source link

Problem with extending model #52

Open riderofzion opened 8 years ago

riderofzion commented 8 years ago

I have a problem with extending the model, when I try to python manage.py makemigrations gcm, the console tells me there is no changes and I cannot migrate anything.

bogdal commented 8 years ago

@firelight22 Do you have the variable GCM_DEVICE_MODEL in your settings file?

riderofzion commented 8 years ago

@bogdal Thank you for your reply, Yes I have the variable in my settings file : GCM_DEVICE_MODEL = 'WS.models.GCMDevice'

bogdal commented 8 years ago

In your case, you should create a new migration for WS application: python manage.py makemigrations WS