Try with mermaid instead of plantuml

This commit is contained in:
Neil Martinsen-Burrell 2023-05-12 14:52:11 -05:00
parent 4b7a8953b7
commit ec9cf66881
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ A more complete diagram of the data models, their fields, and their
relationships are in [models_diagram.md](./models_diagram.md), created with
the `django-model2puml` plugin.
```plantuml
```mermaid
@startuml
allowmixing

View file

@ -8,7 +8,7 @@ using the command
$ docker compose app ./manage.py generate_puml --include registrar
```
```plantuml
```mermaid
@startuml
class "registrar.Contact <Registrar>" as registrar.Contact #d6f4e9 {
contact