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
When I run docker-compose run web python manage.py migrate I get this message:
Your models in app(s): 'django_summernote' 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.
Running docker-compose run web python manage.py makemigrations alerts that the file was created (0003_alter_attachment_id.py) but migrating again returns the same above message.
PS: on virtual environment everything runs fine with no issues.
The text was updated successfully, but these errors were encountered:
Thank you @pip-install-python ! I will check the solution out. Would be great to have these small fixes on the main branch (leaving this for dev/maintenance team)
When I run
docker-compose run web python manage.py migrate
I get this message:Your models in app(s): 'django_summernote' 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.
Running
docker-compose run web python manage.py makemigrations
alerts that the file was created (0003_alter_attachment_id.py) but migrating again returns the same above message.PS: on virtual environment everything runs fine with no issues.
The text was updated successfully, but these errors were encountered: