{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/8"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/3"}],"enrichment":{"capability":"Generates Entity Relationship Diagrams in Mermaid format from Django project models by introspecting your Django configuration.","skillfed_tags":["django","visualization","documentation"],"use_cases":["Generate a quick visual reference of your Django app's database schema for documentation or team onboarding.","Export a Mermaid diagram of a single Django app's models to embed in README or design docs.","Verify model relationships and foreign keys at a glance without manually reading model code.","Create a baseline ER diagram when inheriting or auditing an existing Django project."],"what_it_does":"django-diagram is a command-line tool that reads your Django project's models and generates an Entity Relationship Diagram in Mermaid format. It introspects your Django settings and model definitions, then outputs a text-based diagram showing tables and their relationships. You run it as a Django management command by pointing it to your settings module, optionally filtering to a single app or writing to a file instead of stdout.\n\nThe tool is a thin wrapper around Django's model introspection; it has no external dependencies beyond Django itself. It's useful for documenting database schemas or quickly visualizing how your models relate to each other. However, the project is dormant\u2014the single release was in February 2023 and has not been updated since, so it may not work with recent Django versions or handle all modern model patterns.","worth_installing":"Yes, if you need a one-off diagram of a Django project's models and are comfortable with a dormant tool. The install is frictionless and it does what it claims. No, if you depend on ongoing maintenance or need compatibility with recent Django versions\u2014the last update was over two years ago. Verify the unclear license before using in production or commercial work."},"id":"django-diagram","links":{"html":"https://skillfed.io/packages/django-diagram","md":"https://skillfed.io/packages/django-diagram.md","pypi":"https://pypi.org/project/django-diagram/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-02-18","license_spdx":null,"license_treatment":"unclear","name":"django-diagram","python_support":"unspecified","summary":"Generate an Entity Relationship Diagram for a Django project in Mermaid format"},"popularity":{"monthly_downloads":86561,"position":13853,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.1"}
