inspectdb Questions
5
Solved
I got a schema which Contains 1000 tables,and many of them I don't need,
how can I just inspectdb the just tables that I need?
3
Solved
My settings file's database section looks like this:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'C:/Users/Desktop/test.db'
},
'blah':{
'ENGINE': 'django.db.ba...
1
© 2022 - 2024 — McMap. All rights reserved.