Skip to content

Commit f93c305

Browse files
committed
ci: Add Docker image publishing on ghcr
1 parent d01f3ac commit f93c305

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ build-backend = "hatchling.build"
55
[project]
66
name = "django-schema-viewer"
77
dynamic = ["version"]
8-
description = ''
8+
description = "Visualizes a DB schema based on Django models"
99
readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "MIT"
1212
keywords = [
1313
'django',
1414
'database-gui',
1515
'django-models',
16+
'django-schema',
17+
'django-schema-graph',
1618
'database-schema',
1719
'entity-relationship-diagram',
1820
'er-diagram',

schema_viewer/static/schema-viewer/js/main.373ffd95.js renamed to schema_viewer/static/schema-viewer/js/main.58eb5a4e.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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>
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.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 commit comments

Comments
 (0)