django-admin-sortable2
django-admin-sortable2 copied to clipboard
reorder command with multiple database
i run the following command
python manage.py reorder myapp.table --database=database1
and and dosen't work
do other Django management commands offer this option? Normally one would specify the used database in the models Meta class.