Re: PhpMysql how to use in django

2017-02-06 Thread Antonis Christofides
Hello Kazi, The only thing that I can deduce from the very little information you are giving is that you want your Django app to be accessible at, say http://mydomain.com/, and phpmyadmin at, say, http://mydomain.com/phpmyadmin. Is that correct? Please explain *exactly* what you want to do and wh

Re: PhpMysql how to use in django

2017-02-06 Thread Kazi Atik
Hi Gram , I just want to know how to configure in django can you please help me for this our company previously working in PhP now we moved to Django so can please tell me how to configure it to django On Monday, February 6, 2017 at 11:12:27 PM UTC+5:30, Tim Graham wrote: > > Django and phpMyA

Re: PhpMysql how to use in django

2017-02-06 Thread Tim Graham
Django and phpMyAdmin can both talk to the same database. It's just a matter of configuring them separately. If you mean something else by "integrate" then please explain in more detail. They can't be "integrated" in the sense that phpMyAdmin is PHP and Django is Python. On Monday, February 6,