{"id":23598,"library":"django-schema-viewer","title":"django-schema-viewer","description":"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.","status":"active","version":"0.5.3","language":"python","source_language":"en","source_url":"https://github.com/pikhovkin/django-schema-viewer","tags":["django","schema","visualization","erd","database"],"install":[{"cmd":"pip install django-schema-viewer","lang":"bash","label":"Default install"}],"dependencies":[{"reason":"Core dependency. Requires Django models to analyze.","package":"Django","optional":false},{"reason":"Used internally for layout; install separately on some systems.","package":"graphviz","optional":true}],"imports":[{"wrong":"from django_schema_viewer import schema_view","symbol":"schema_viewer","correct":"import schema_viewer"}],"quickstart":{"code":"from django_schema_viewer import schema_view\nfrom django.urls import path\n\nurlpatterns = [\n    path('schema/', schema_view),\n]","lang":"python","description":"Add the schema_view to your Django URL config and visit /schema/ to see the diagram."},"warnings":[{"fix":"Change import to 'from django_schema_viewer import schema_view'.","message":"In version 0.5.0, the main view was moved from django_schema_viewer.views to django_schema_viewer. If you imported from the old path, you'll get ImportError.","severity":"breaking","affected_versions":">=0.5.0"},{"fix":"Use the 'generate_schema' command instead (if available) or rely on the view.","message":"The management command 'dump_schema' was deprecated in 0.5.0 and will be removed in a future release.","severity":"deprecated","affected_versions":">=0.5.0"},{"fix":"Verify your app is listed in Django's INSTALLED_APPS.","message":"The schema only shows models from installed apps. Make sure your app is in INSTALLED_APPS or models will be missing.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'0.5.3':26 'base':13 'current':24 'd3.js':23 'databas':11,33 'diagram':21 'django':2,6,15,29 'django-schema-view':1,5 'er':20 'erd':32 'generat':18 'interact':19 'model':16 'releas':28 'schema':3,7,12,30 'use':22 'version':25 'viewer':4,8 'visual':9,31 'week':27","created_at":"2026-05-01T08:08:37.534634+00:00","updated_at":"2026-05-01T08:08:37.534634+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"0.5.3","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/pikhovkin/django-schema-viewer#readme","docs":"https://github.com/pikhovkin/django-schema-viewer#readme","changelog":null,"pypi":"https://pypi.org/project/django-schema-viewer/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","database","data"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}