You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result is that Django tries to generate migrations inside of the django-push-notifications package. The only side which should generate migrations is the model with the concrete field, namely MyModel
The text was updated successfully, but these errors were encountered:
This package seems to be fundamentally broken. To recreate the issue, simply create a model with something along the lines of the following:
then run
python manage.py makemigrations
The result is that Django tries to generate migrations inside of the
django-push-notifications
package. The only side which should generate migrations is the model with the concrete field, namelyMyModel
The text was updated successfully, but these errors were encountered: