Is there any Django Admin plugin, which scans on start the whole schema for table/column list and configures Django Admin for all tables in schema?
I want to make admin panel for non-django application, because there is no better admin panel than Django, but I don't want to sync schema definition between node.js and Django
from Django admin plugin for scanning table list
No comments:
Post a Comment