How can one display contents of a database to a template from a non Django project

Viewed 20

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.

0 Answers
Related