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


Popular posts from this blog

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -