Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with extending model #52

Open
riderofzion opened this issue Mar 21, 2016 · 3 comments
Open

Problem with extending model #52

riderofzion opened this issue Mar 21, 2016 · 3 comments

Comments

@riderofzion
Copy link

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
Copy link
Owner

bogdal commented Mar 21, 2016

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

@riderofzion
Copy link
Author

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

@bogdal
Copy link
Owner

bogdal commented Mar 21, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants