Without models defined, I believe you can only access them using SQL commands via executesql. You obviously still need to define the db.
recs = db.executesql('select * from your_mysql_table_name;')
On Dec 15, 10:37 pm, sushanth <[email protected]> wrote:
> Hi,
>
> I already have few tables with data in mysql.i want to fetch that with
> out defining in model.py.
> can you please help me.
>
> Thanks in advance
>
> Regards,
> sushanth

