mamweb/make/schema

9 lines
129 B
Text
Raw Normal View History

2022-11-07 22:32:06 +01:00
#!/bin/bash
set -exuo pipefail
. make/lib.sh
2022-11-21 21:59:38 +01:00
ensure_web_installed
./manage.py graph_models -a -g | dot -Tpdf > schema_all.pdf