django-schema-viewer visualizes a database schema based on Django models. It generates interactive ER diagrams using D3.js. Current version 0.5.3, weekly releases.
pip install django-schema-viewerVerified import paths — ran on the pinned version, not inferred.
Add the schema_view to your Django URL config and visit /schema/ to see the diagram.
Change import to 'from django_schema_viewer import schema_view'.
Use the 'generate_schema' command instead (if available) or rely on the view.
Verify your app is listed in Django's INSTALLED_APPS.