Open
Description
after setting up django_push_notification and adding push_notification to the app, I run the migration and this msg appere
Your models in app(s): 'push_notifications' have changes that are not yet reflected in a migration, and so won't be applied.
Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
and when run makemigrations, this appere
Migrations for 'push_notifications':
/usr/local/lib/python3.8/site-packages/push_notifications/migrations/0010_auto_20220629_1231.py
- Alter field id on apnsdevice
- Alter field id on gcmdevice
- Alter field id on webpushdevice
- Alter field id on wnsdevice
I am using the django~=3.2 / django-push-notifications==3.0.0
with python:3.8.12
what is the problem here?