I have been crawling around its doc but mostly it uses database with model.
The problem is my database is too large and I don't want to create any models
since it's legacy one, and I will have to call different tables dynamically,
so I just want to pull data from it. Is that possible in django?