Hi,
I am really new to django (and python as well).
I now try to create an app from the django.
I want to view the database table on something like phpmyadmin, does django come with administration tool?
I installed the django on virtualenv on my local computer (Arch Linux), and it already have mariadb installed. How can I use it for my app on my local machine and finally use phpmyadmin to display the db and table?
Thanks