[Answered ]-Is there an sql admin panel made with Django? – Django

2👍

You can ./manage.py inspectdb from the console and it automatically generates model files. You may then add the admin files to present the data how you want it.

👤lprsd

Leave a comment