Can we view PostgreSQL tables in django admin or in rails admin, I saw one day my QA colleague viewing tables from rails admin, was that SQL tables?

23 views Asked by At

Just a question, I am Front-end Developer, newbie Backend I saw one day my QA colleague viewing tables from rails admin which was deployed for Backend Testing. So was that MySQL tables, can't we do the same with PostgreSQL with Django admin and rails admin? Is it recommended (every one is doing) ? or we need to do some hi-tech configurations? just to achieve this, maybe that is meaningless.

I am just configuring Django-rest-framework

0

There are 0 answers