Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
glebmikha opened this issue Apr 3, 2019 · 2 comments
Open

Comments

@glebmikha
Copy link

glebmikha commented Apr 3, 2019

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).

@greg-amato
Copy link

Thank's @glebmikha, that helped me as well!

@ramseylove
Copy link

Needed this, Very Nice! Thanks. Good to know how to build individual migrations too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants