jrief / django-admin-sortable2

Generic drag-and-drop ordering for objects in the Django admin interface
https://django-admin-sortable2.readthedocs.io/en/latest/
Other
774 stars 180 forks source link

reorder command with multiple database #268

Open dimkoug opened 3 years ago

dimkoug commented 3 years ago

i run the following command

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

and and dosen't work

jrief commented 2 years ago

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