Skip to content

Generate database schema diagram image automatically.#26

Merged
ablfaxl merged 1 commit into
mainfrom
fix/auto-schema-diagram-image
May 8, 2026
Merged

Generate database schema diagram image automatically.#26
ablfaxl merged 1 commit into
mainfrom
fix/auto-schema-diagram-image

Conversation

@ablfaxl
Copy link
Copy Markdown
Owner

@ablfaxl ablfaxl commented May 8, 2026

Add a Django management command that reads project model metadata and renders a PNG schema diagram with relations, then document the one-command workflow in README so schema visuals stay up to date without manual diagrams.

Add a Django management command that reads project model metadata and renders a PNG schema diagram with relations, then document the one-command workflow in README so schema visuals stay up to date without manual diagrams.

Co-authored-by: Cursor <cursoragent@cursor.com>
@ablfaxl ablfaxl self-assigned this May 8, 2026
@ablfaxl ablfaxl added the documentation Improvements or additions to documentation label May 8, 2026
Copy link
Copy Markdown
Owner Author

@ablfaxl ablfaxl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ablfaxl
Copy link
Copy Markdown
Owner Author

ablfaxl commented May 8, 2026

fixed #23

Copy link
Copy Markdown
Contributor

@PsymoNiko PsymoNiko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great option

But before generate the database tables, it's better to have an other script to check the database connection and check if the migrations are migrated or not

@ablfaxl ablfaxl merged commit 6558ee2 into main May 8, 2026
1 check passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in @ablfaxl's lms project May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants