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
Source:stackexchange.com