How do I generate models for an existing database in Django? -


i have existing database i'd use django. can create models based on existing tables?

this documented on django website:

https://docs.djangoproject.com/en/1.9/howto/legacy-databases/

$ python manage.py inspectdb