I am working on a Django project to display data from an existing database. The database was created by PHP language.
How should I get the models into the views to pass the context into the template?
Kindly note, that the database already exists hence I haven't created any models in the models.py file. Therefore no migrations have been made.