django-admin-sortable2 icon indicating copy to clipboard operation
django-admin-sortable2 copied to clipboard

reorder command with multiple database

Open dimkoug opened this issue 4 years ago • 1 comments

i run the following command

python manage.py reorder myapp.table --database=database1

and and dosen't work

dimkoug avatar Mar 30 '21 12:03 dimkoug

do other Django management commands offer this option? Normally one would specify the used database in the models Meta class.

jrief avatar Feb 01 '22 23:02 jrief