-
Notifications
You must be signed in to change notification settings - Fork 28
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
Missing migrations? #29
Comments
It seems like there's a missing migration. |
(env) C:\Source\hospital>python manage.py makemigrations |
I think it's generally not advisable to have meta options on the abstract base model, I've relocated model meta options to the child model in my fork and that solved the issue (no migrations were needed). EDIT
|
When using a custom Device model ie. like the one below,
makemigrations
want to create migrations for the original model.The text was updated successfully, but these errors were encountered: