A manage.py file

Which of these django utility does a manage.py file in a Django project use to reverse engineer the models for the existing databases?

Options
  1. syncdb
  2. loaddata
  3. dumpdata
  4. inspectdb

Related Posts