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

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -