Skip to content

Commit

Permalink
ci: Add Docker image publishing on ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
pikhovkin committed Jan 11, 2025
1 parent d01f3ac commit f93c305
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ build-backend = "hatchling.build"
[project]
name = "django-schema-viewer"
dynamic = ["version"]
description = ''
description = "Visualizes a DB schema based on Django models"
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"
keywords = [
'django',
'database-gui',
'django-models',
'django-schema',
'django-schema-graph',
'database-schema',
'entity-relationship-diagram',
'er-diagram',
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion schema_viewer/templates/schema_viewer/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><title>django-schema-viewer</title><meta charset="utf-8"><meta name="viewport" content="width=device-width"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script defer="defer" src="/static/schema-viewer/js/main.373ffd95.js"></script><link href="/static/schema-viewer/css/main.5636232d.css" rel="stylesheet"></head><body><div id="container" style="width:100vw;height:100vh"></div><div id="minimap" style="position:fixed;bottom:12px;right:12px;box-shadow:0 0 4px 0 #eee"></div><div id="panel"></div><a id="export_drawio" style="visibility:hidden"></a></body></html>
<!doctype html><html lang="en"><head><title>django-schema-viewer</title><meta charset="utf-8"><meta name="viewport" content="width=device-width"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script defer="defer" src="/static/schema-viewer/js/main.58eb5a4e.js"></script><link href="/static/schema-viewer/css/main.5636232d.css" rel="stylesheet"></head><body><div id="container" style="width:100vw;height:100vh"></div><div id="minimap" style="position:fixed;bottom:12px;right:12px;box-shadow:0 0 4px 0 #eee"></div><div id="panel"></div><a id="export_drawio" style="visibility:hidden"></a></body></html>

0 comments on commit f93c305

Please # to comment.