django-gcm
django-gcm copied to clipboard
Problem with extending model
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.
@firelight22 Do you have the variable GCM_DEVICE_MODEL in your settings file?
@bogdal Thank you for your reply,
Yes I have the variable in my settings file : GCM_DEVICE_MODEL = 'WS.models.GCMDevice'
In your case, you should create a new migration for WS
application:
python manage.py makemigrations WS