Open dimkoug opened 3 years ago
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.
Meta
i run the following command
python manage.py reorder myapp.table --database=database1
and and dosen't work