Re: Mysql commands and Django

2009-09-07 Thread Tom Evans
On Mon, 2009-09-07 at 05:25 -0700, Pythoni wrote: > I would like to use the output of mysql command in my templates, > e.g. Mysql command > show databases > will show all databases > e.g. > DB1, and DB2 > and I would like to add these > to > > > - > DB1 > DB2 > > > Is th

Mysql commands and Django

2009-09-07 Thread Pythoni
I would like to use the output of mysql command in my templates, e.g. Mysql command show databases will show all databases e.g. DB1, and DB2 and I would like to add these to - DB1 DB2 Is that possible? Thanks for help L. --~--~-~--~~~---~--~--