Skip to content

docker-compose migration alerts lack of migration 0003 #503

@GuiFV

Description

@GuiFV

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions