Skip to content

initial migration for todo app should be done before run migrate #56

Open
@glebmikha

Description

@glebmikha

Before running:
/usr/local/bin/python manage.py migrate

it's necessary to run:
/usr/local/bin/python manage.py makemigrations todo

to make initial migrations for todo app itself. Otherwise model Item won't be created and app won't start.

And exec should be used instead of run in both cases:
docker-compose exec web /usr/local/bin/python manage.py migrate

It makes sense to add these commands to sh script and run it as an entrypoint for the web container.

Fill free to assign it to me if you want me to pr).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions