Hello.
How can I config django (python framework) with mysql? How can i use phpmyadmin to manage my database while i'm coding in django?
Thank you.

Member Avatar for diafol

PHPMYADMIN is a GUI, usually used directly from your local server or host (remote) server - so nothing to do with Django. Not a pythonist so can't help with the django config, but there are loads of resources on the internet, e.g.

https://dev.mysql.com/doc/connector-python/en/connector-python-django-backend.html
http://stackoverflow.com/questions/19189813/setting-django-up-to-use-mysql
https://docs.djangoproject.com/en/1.9/ref/databases/
https://www.digitalocean.com/community/tutorials/how-to-use-mysql-or-mariadb-with-your-django-application-on-ubuntu-14-04

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.