0

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

4
  • Instead of asking here why don't you ask your colleague. It is impossible for us to know what they were looking at. Also, define your terms. F/E? B/E?, DRF (Daily Racing Form)? Commented Feb 18, 2024 at 20:26
  • Sorry for the inconvenience, I had updated the question. Commented Feb 19, 2024 at 9:27
  • In a sense, yes, rails-admin by default will build a CRUD for each model backed by a table in your application. Commented Feb 19, 2024 at 11:33
  • Thanks! Also just completed the setup for postgresql + Django-rest-framework, now i can manage my tables from django-admin after registering the models in admin.py file Commented Feb 19, 2024 at 12:57

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.