Django queryset without models

0

I need to make queries to the database ( postgresql ) but the tables I want to consult were created by pandas so I do not have a model to refer to, how do I do queries without models?

    
asked by Anthony 14.09.2017 в 20:22
source

0 answers