[Answered ]-Django move table to other app using db_table and don't delete original table

2👍

After I moved my table from app_a to other app_b using db_table and app_label.
Migrations are working if I run them only for app_a.

python manage.py makemigrations app_a

This command run migration for app_b

👤Netro

Leave a comment