How do i create a migration for the package?
when i build the container with:
docker compose up -d --build
and then issue a migration within it with:
docker compose exec django_test python manage.py makemigrations
it creates the migrations but they left inside the container and not included in the project
What am i missing?
How do i create a migration for the package?
when i build the container with:
and then issue a migration within it with:
it creates the migrations but they left inside the container and not included in the project
What am i missing?